Skip to content

Commit

Permalink
Update mqtt_search.inc.php
Browse files Browse the repository at this point in the history
  • Loading branch information
directman66 committed May 12, 2019
1 parent 3d51f0c commit 39c4d67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/zigbee2mqtt/mqtt_search.inc.php
Expand Up @@ -107,6 +107,11 @@

if ($ttype=='bulb') $res[$i]['CHANGEABLE']='1';

if ($basa['model']=='KS-SM001') $res[$i]['CHANGEABLE']='1';
if ($basa['model']=='LLKZMK11LM') $res[$i]['CHANGEABLE']='2';





if ( ($ttype=='switch')) $res[$i]['CHANGEABLE']='1';
Expand Down

0 comments on commit 39c4d67

Please sign in to comment.