Skip to content

Commit

Permalink
Some models update
Browse files Browse the repository at this point in the history
  • Loading branch information
tcharp38 committed Jun 30, 2024
1 parent 61f1497 commit 2d317e7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
6 changes: 3 additions & 3 deletions core/config/devices/LXX60-CS27LX1.0/LXX60-CS27LX1.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"manufacturer": "Zemismart",
"model": "ZW-EC-01",
"type": "Zemismart curtain switch",
"genericType": "Shutter",
"comment": "NOT RECOMMENDED !! No way to get position reporting",
"timeout": "",
"configuration": {
"mainEP": "01",
"icon": "Zemismart-LXX60-CS27LX1.0"
},
"category": {
"automatism": "1"
"opening": "1"
},
"commands": {
"Identify": {
"use": "act_zbCmdC-Identify",
"isVisible": 1
"use": "act_zbCmdC-Identify"
},
"Up": {
"use": "act_zbCmdC-0102-UpOpen",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"TRADFRIcontroloutlet": {
"manufacturer": "Ikea",
"model": "Plug",
"type": "Ikea control outlet",
"genericType": "Light",
"timeout": "60",
"configuration": {
Expand All @@ -11,16 +12,9 @@
"category": {
"automatism": "1"
},
"type": "Ikea control outlet",
"commands": {
"Identify": {
"use": "act_zbCmdC-Identify",
"isVisible": 1
},
"Status": {
"use": "inf_zbAttr-0006-OnOff",
"isVisible": 1,
"nextLine": "after"
"use": "act_zbCmdC-Identify"
},
"On": {
"use": "act_zbCmdC-0006-On",
Expand All @@ -37,6 +31,11 @@
"use": "act_zbReadAttribute",
"params": "clustId=0006&attrId=0000"
},
"Status": {
"use": "inf_zbAttr-0006-OnOff",
"isVisible": 1,
"nextLine": "after"
},
"Bind-0006-ToZigate": {
"use": "act_zbBindToZigate",
"params": "clustId=0006",
Expand Down

0 comments on commit 2d317e7

Please sign in to comment.