homebridge-mostat
v1.0.7
Published
https://aliengreen.ge/en Mostat's bridget to homekit
Downloads
4
Maintainers
Readme
homebridge-mostat
Homebridge plugin to Mostat from homekit
Installation
- Install homebridge
- Install this plugin:
npm install -g homebridge-mostat
- Update your
config.json
file (See below).
Configuration example
"accessories": [
{
"accessory": "mostat",
"name":"Mostat name",
"access_token": "bearer token",
"device_uuid":"eui64"
}
]