文件名称:luci-app-openevse:用于 RAPI 访问 OpenEVSE 充电器的 LuCI 脚本
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-13 12:56:38
Lua
luci-app-openevse 用于 RAPI 访问LuCI 脚本 luasrc/controller - 将“OpenEVSE”添加到管理 -> 状态 webui luasrc/model - 查询 RAPI 并建立配置表 luasrc/view - 添加图形和一些条件格式的自定义视图模板 安装后,还会有一个“openevse”可执行文件,可用于发送命令。 例子: # Get charging current openevse GG # Set the RTC to the current system date/time openevse `date "+S1 %y %m %d %l %M %S"` # Get current RTC time openevse GT
【文件预览】:
luci-app-openevse-master
----luasrc()
--------model()
--------view()
--------controller()
----Makefile(842B)
----README.md(619B)