Skip to content

Commit

Permalink
plug regression fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tcharp38 committed Nov 15, 2024
1 parent f49aa5b commit 86248e4
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions core/config/devices/plug/plug.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,16 @@
"timeout": "60",
"configuration": {
"mainEP": "01",
"icon": "Xiaomi-Plug",
"Groupe": ""
"icon": "Xiaomi-Plug"
},
"category": {
"automatism": "1"
},
"variables": {
"addrGroup": "2002"
},
"commands": {
"On": {
"use": "act_zbCmdC-0006-On",
"isVisible": 1
},
"OnGroup": {
"use": "act_zbCmdC-0006-OnGroup",
"isVisible": 1
},
"Off": {
"use": "act_zbCmdC-0006-Off",
"isVisible": 1
Expand Down

0 comments on commit 86248e4

Please sign in to comment.