bobinou / iss-domo

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

Bad device type for Domoticz #11

Closed spawnrider closed 7 years ago

spawnrider commented 8 years ago

Hi,

Domoticz devices of type "Light/Switch" are not well converted by ISS-Domo and are interpreted by default as DevGenericSensor and not DevSwitch.

In order to correct this, you must replace the line case (0 === strpos($device['Type'], 'Lighting')): by case (0 === strpos($device['Type'], 'Light')):