homebridge-flic icon indicating copy to clipboard operation
homebridge-flic copied to clipboard

auto_disconnect_time parameter

Open dodepier opened this issue 6 years ago • 3 comments

Hi,

I need to set the auto_disconnect_time parameter to 10 since I have a pending connection. See my previous discusion on the '50ButtonsEach/fliclib-linux-hci' page:

https://github.com/50ButtonsEach/fliclib-linux-hci/issues/76

Is it possible to set this parameter in the plug-in something like this:

 "platforms": [
   {
       "platform": "Flic",
       "name": "Flic",
       "controllers": [
           {"host": "localhost", "port": 5551, "auto_disconnect_time": 10}
       ]
   }
]

dodepier avatar Nov 11 '17 11:11 dodepier