You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying node-mihome,
Some of my devices are not supported by mihome.device function.
I exclude them :
if((child.model != 'yeelink.light.ct2')&&(child.model != 'yeelink.light.color1')&&(child.model != 'rockrobo.vacuum.v1')
&&(child.model != 'lumi.sensor_cube.v1')&&(child.model != 'lumi.sensor_wleak.aq1')
&&(child.model != 'lumi.sensor_smoke.v1')&&(child.model != 'lumi.vibration.aq1')){
Is it possible to add them in your code ?
Tks
The text was updated successfully, but these errors were encountered:
Hi, I'm trying node-mihome,
Some of my devices are not supported by mihome.device function.
I exclude them :
if((child.model != 'yeelink.light.ct2')&&(child.model != 'yeelink.light.color1')&&(child.model != 'rockrobo.vacuum.v1')
&&(child.model != 'lumi.sensor_cube.v1')&&(child.model != 'lumi.sensor_wleak.aq1')
&&(child.model != 'lumi.sensor_smoke.v1')&&(child.model != 'lumi.vibration.aq1')){
Is it possible to add them in your code ?
Tks
The text was updated successfully, but these errors were encountered: