homebridge-glue:用于Glue的Homebridge插件

时间:2024-02-24 07:57:02
【文件属性】:

文件名称:homebridge-glue:用于Glue的Homebridge插件

文件大小:48KB

文件格式:ZIP

更新时间:2024-02-24 07:57:02

homebridge homebridge-glue glue-smart-locks HomebridgeTypeScript

桥胶 Glue智能锁的Homebridge集成 基于2021年1月基于Glues的新API。 安装 安装npm i -g homebridge-glue 建立 建议您获取API密钥,因为这样您就不必在配置中包含用户名和密码。 # get an api key curl --request POST ' https://user-api.gluehome.com/v1/api-keys ' \ --header ' Content-Type: application/json ' \ -u my_email@example.com:my_password \ --data-raw ' { "name": "Homebridge Glue Key", "scopes": ["events.read", "locks.read", "locks.write"] } ' # And copy the apiKey property for config 组态 config.json示例 { ... " accessories " : [ ... {


【文件预览】:
homebridge-glue-master
----.eslintrc.js(7KB)
----src()
--------index.ts(12KB)
--------interface()
--------helpers()
--------enum()
----config.schema.json(2KB)
----tsconfig.json(550B)
----LICENSE(34KB)
----README.md(2KB)
----docker-compose.yml(464B)
----.gitignore(949B)
----package-lock.json(101KB)
----package.json(1KB)

网友评论