Skip to content

Commit

Permalink
Update database1.inc.php
Browse files Browse the repository at this point in the history
  • Loading branch information
directman66 authored Jan 25, 2021
1 parent 6507807 commit 4c2f669
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions modules/zigbee2mqtt/database1.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
$par1['toZigbee'] = "";
SQLInsert('zigbee2mqtt_devices_list', $par1);






$par1['zigbeeModel'] = 'lumi.sensor_switch.aq2';
$par1['model'] = "WXKG11LM";
$par1['vendor'] = "Xiaomi";
Expand Down Expand Up @@ -194,6 +199,18 @@
$par1['toZigbee'] = "";
SQLInsert('zigbee2mqtt_devices_list', $par1);

$par1['zigbeeModel'] = 'QBKG25LM';
$par1['model'] = "QBKG25LM";
$par1['vendor'] = "Xiaomi";
$par1['type'] = "switch";
$par1['description'] = "Aqara D1 3 gang smart wall switch (no neutral wire)";
$par1['extend'] = "";
$par1['supports'] = "switch (state), power_outage_memory, action, linkquality";
$par1['fromZigbee'] = "";
$par1['toZigbee'] = "";
SQLInsert('zigbee2mqtt_devices_list', $par1);




$par1['zigbeeModel'] = 'lumi.ctrl_neutral2';
Expand Down

0 comments on commit 4c2f669

Please sign in to comment.