Bluebie / homebridge-miio

Xiaomi Mi Home Plugin for Homebridge
112 stars 26 forks source link

json format wrong at example config snippet #32

Open phenomeus opened 6 years ago

phenomeus commented 6 years ago

again a sloppy documented plugin:

  "searchInterval": 1800, 

you don't need this last semicolon! please change to

  "searchInterval": 1800

thank you.