Skip to content

Commit

Permalink
Update database1.inc.php
Browse files Browse the repository at this point in the history
  • Loading branch information
smartboxchannel authored Jul 11, 2021
1 parent cc5e5ba commit 747c08a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions modules/zigbee2mqtt/database1.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -3389,6 +3389,17 @@
SQLInsert('zigbee2mqtt_devices_list', $par1);


//Efekta
$par1['zigbeeModel'] = "EFEKTA_PWS";
$par1['model'] = "EFEKTA_PWS";
$par1['vendor'] = "EFEKTALAB";
$par1['type'] = "semsor";
$par1['description'] = "Plant Wattering Sensor";
$par1['supports'] = "";
$par1['extend'] = "";
$par1['fromZigbee'] = "";
$par1['toZigbee'] = "";
SQLInsert('zigbee2mqtt_devices_list', $par1);



Expand Down

0 comments on commit 747c08a

Please sign in to comment.