{
  "bridge": {
    "name": "Homebridge",
    "username": "CD:22:3D:E3:CE:30",
    "port": 51826,
    "pin": "031-45-154"
  },

  "description": "This is an example configuration for the electra-smart homebridge plugin",
  "platforms": [
    {
      "platform": "ElectraSmart",
      "imei": "2b950000*************",
      "token": "**************************",
      "disableFan": false,
      "disableDry": false,
      "minTemperature": 16,
      "maxTemperature": 30,
      "swingDirection": "both",
      "statePollingInterval": 90,
      "excludeList": [],
      "debug": false
    }
  ],

  "accessories": [
  ]
}
