Skip to content

Commit

Permalink
TRADFRIbulbE27WSopal1000lm
Browse files Browse the repository at this point in the history
  • Loading branch information
tcharp38 committed Nov 14, 2023
1 parent b9c0fdb commit daac981
Showing 1 changed file with 18 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@
},
"type": "IKEA Ampoule TRADFRI bulb E27 White Spectre opal 1000 lm",
"commands": {
"etat": {
"use": "inf_zbAttr-0006-OnOff",
"isVisible": 1
},
"CurrentLevel-0008": {
"use": "inf_zbAttr-0008-CurrentLevel",
"isVisible": 1
},
"On": {
"use": "act_zbCmdC-0006-On",
"isVisible": 1
Expand All @@ -26,10 +18,28 @@
"use": "act_zbCmdC-0006-Off",
"isVisible": 1
},
"Get-Status": {
"use": "act_zbReadAttribute",
"params": "clustId=0006&attrId=0000"
},
"Status": {
"use": "inf_zbAttr-0006-OnOff",
"isVisible": 1,
"nextLine": "after"
},
"Set Level": {
"use": "act_setLevel-Light",
"isVisible": 1
},
"Get Level": {
"use": "act_zbReadAttribute",
"params": "clustId=0008&attrId=0000"
},
"Level": {
"use": "inf_zbAttr-0008-CurrentLevel",
"isVisible": 1,
"nextLine": "after"
},
"Set 2200K": {
"use": "act_zbCmdC-0300-MoveToColorTemp",
"params": "slider=2200",
Expand Down Expand Up @@ -58,14 +68,6 @@
"setTemperatureLight": {
"use": "setTemperatureLight"
},
"Get-Status": {
"use": "act_zbReadAttribute",
"params": "clustId=0006&attrId=0000"
},
"Get-CurrentLevel": {
"use": "act_zbReadAttribute",
"params": "clustId=0008&attrId=0000"
},
"Identify": {
"use": "act_zbCmdC-Identify",
"isVisible": 1
Expand Down Expand Up @@ -103,13 +105,6 @@
"setReportLightColorSpectre": {
"use": "setReportLightColorSpectre"
},
"SWBuildID": {
"use": "inf_zbAttr-0000-SWBuildID"
},
"Get-SWBuildID": {
"use": "act_zbReadAttribute",
"params": "clustId=0000&attrId=4000"
},
"Toggle": {
"use": "act_zbCmdC-0006-Toggle",
"nextLine": "after"
Expand Down

0 comments on commit daac981

Please sign in to comment.