Hi,
In complement to issue #11, status of Domoticz devices of type "Light/Switch" are not well converted by ISS-Domo.
In order to correct this, you must replace the line 1648
case (0 === strpos($device['Type'], 'Lighting')):
by
case (0 === strpos($device['Type'], 'Light')):
Hi, In complement to issue #11, status of Domoticz devices of type "Light/Switch" are not well converted by ISS-Domo.
In order to correct this, you must replace the line 1648 case (0 === strpos($device['Type'], 'Lighting')): by case (0 === strpos($device['Type'], 'Light')):