Skip to content

Commit

Permalink
Update database1.inc.php
Browse files Browse the repository at this point in the history
add SONOFF ZBMINI
  • Loading branch information
NickNeoOne authored Jul 18, 2021
1 parent 6efa169 commit 34420bd
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion modules/zigbee2mqtt/database1.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -2916,7 +2916,19 @@
$par1['toZigbee'] = "";
SQLInsert('zigbee2mqtt_devices_list', $par1);

//BASICZBR3
//ZBMINI
$par1['zigbeeModel'] = "ZBMINI";
$par1['model'] = "ZBMINI";
$par1['vendor'] = "SONOFF";
$par1['type'] = "relay";
$par1['description'] = "Zigbee two way smart switch";
$par1['supports'] = "";
$par1['extend'] = "";
$par1['fromZigbee'] = "";
$par1['toZigbee'] = "";
SQLInsert('zigbee2mqtt_devices_list', $par1);

//S31ZB
$par1['zigbeeModel'] = "S31ZB";
$par1['model'] = "S31ZB";
$par1['vendor'] = "SONOFF";
Expand Down

0 comments on commit 34420bd

Please sign in to comment.