Problem with devicechanged
Posted: Wednesday 06 July 2016 20:10
Hi,
I've got a strange behavior.
I have a Virtual Hardware named "Lux" of type Lux / sub type Lux.
I update it without problem with
But in a script_device_cc.lua I can't detect the change of it.
This line has no effect :
any clue ?
I've got a strange behavior.
I have a Virtual Hardware named "Lux" of type Lux / sub type Lux.
I update it without problem with
Code: Select all
commandArray[1] = {['UpdateDevice'] = myidx..'|0|'..'xxx'}
This line has no effect :
Code: Select all
if devicechanged['Lux']