bobinou / iss-domo

Convert ISS Imperihome to Domoticz / Freebox / XBMC / Jeedom
https://plus.google.com/communities/113236981415459933411
9 stars 4 forks source link

Cannot convert right status of virtual switch #13

Closed faipassa closed 8 years ago

faipassa commented 8 years ago

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')):