首页桥Python

时间:2024-03-03 00:55:03
【文件属性】:

文件名称:首页桥Python

文件大小:7KB

文件格式:ZIP

更新时间:2024-03-03 00:55:03

JavaScript

首页桥Python 插件可使用命令行功能控制车库门它支持检查state , open和close车库门的命令 安装 使用以下命令安装Homebridge: npm install -g homebridge 使用以下命令安装此插件: npm install -g homebridge-python 更新您的配置文件。 请参阅下面的示例。 组态 配置样本: " accessories " : [ { " accessory " : " HomebridgePythonCommand " , " name " : " Garage Door " , " open " : " ./open.sh " , " close " : " ./close.sh " , " state " : " ./check_state.sh " , " s


【文件预览】:
homebridge-python-main
----index.js(3KB)
----package.json(567B)
----LICENSE(1KB)
----config.schema.json(778B)
----README.md(3KB)
----scripts()
--------toggle.py(510B)
--------toggle.sh(51B)
--------state.py(517B)
--------.DS_Store(6KB)
--------state.sh(47B)
--------current.py(1KB)
----.gitattributes(66B)

网友评论