@nzws/homebridge-mqtt-fan
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

@nzws/homebridge-mqtt-fan

Install

npm install --global @nzws/homebridge-mqtt-fan

Config

{
  "accessory": "MQTTFan",
  "name": "Fan",
  "mqtt": {
    "host": "localhost",
    "port": 1883,
    "username": "",
    "password": ""
  },
  "degrees": {
    "off": 0,
    "on": [
      12,
      24
    ]
  }
}
  • mqtt: MQTT Broker address.
  • degrees: Set the angle for on/off

Readme

Keywords

Package Sidebar

Install

npm i @nzws/homebridge-mqtt-fan

Weekly Downloads

0

Version

0.1.1

License

Apache-2.0

Unpacked Size

23.3 kB

Total Files

9

Last publish

Collaborators

  • nzws_me
  • nzws-publisher