Disable the auto-disconnect timer by default. Automatically disconnecting serves little purpose.

This commit is contained in:
Charles Haley 2014-10-23 08:11:06 +02:00
parent d1a85e7b1e
commit 275e19f852

View File

@ -334,7 +334,7 @@ class SMART_DEVICE_APP(DeviceConfig, DevicePlugin):
False, '9090', False, '9090',
False, '', False, '',
'', '', '', '',
True, '', False, '',
True, '75', True, '75',
True True
] ]