1.0.1 • Published 5 years ago

homebridge-infinitive-thermostat v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

homebridge-infinitive-thermostat

Homebridge plugin for thermostats supported by Infinitive, including Carrier Infinity and Bryant Evolution.

Configuration

   {
       "bridge": {
           ...
       },
       
       "description": "...",

       "accessories": [
           {
               "accessory": "Thermostat",
               "name": "Thermostat name",
               "apiEndpoint": "http://infinitive-host-or-ip:port/api",
               "manufacturer": "manufacturer",       // Optional
               "model": "model",                     // Optional
               "serial_number": "serial number"     // Optional
           }
       ],

       "platforms":[]
   }