Error:
Code: Select all
2017-12-11 12:12:43.817 Error: (CDevice_update) Hive - Bedroom: Failed to parse parameters: 'nValue', 'sValue', 'SignalLevel', 'BatteryLevel' or 'Options' expected.
2017-12-11 12:12:43.817 Error: (Hive) 'CDevice_update' failed 'TypeError':''TimedOut' is an invalid keyword argument for this function'.
My code is
Code: Select all
Devices[unit].Update(nValue=Devices[unit].nValue, sValue=Devices[unit].sValue, TimedOut=1)
Code: Select all
Devices[unit].Update(nValue=0, sValue='Off', TimedOut=0)
Any ideas?