Skip to content

Commit

Permalink
Update tradfri_bulb_e27_ws_opal_980lm.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ebaauw committed Sep 9, 2023
1 parent 46bc686 commit 862af1a
Showing 1 changed file with 56 additions and 36 deletions.
92 changes: 56 additions & 36 deletions devices/ikea/tradfri_bulb_e27_ws_opal_980lm.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
{
"schema": "devcap1.schema.json",
"manufacturername": [
"$MF_IKEA",
"$MF_IKEA",
"$MF_IKEA"
],
"modelid": [
"TRADFRI bulb E27 WS opal 980lm",
"TRADFRI bulb E27 WS�opal 980lm",
"0x545241444652492062756c6220453237205753a06f70616c203938306c6d"
],
"manufacturername": "$MF_IKEA",
"modelid": "TRADFRI bulb E27 WS opal 980lm",
"product": "TRADFRI bulb E27 WS opal 980lm",
"sleeper": false,
"status": "Gold",
Expand All @@ -35,8 +27,7 @@
"name": "attr/manufacturername"
},
{
"name": "attr/modelid",
"static": "TRADFRI bulb E27 WS opal 980lm"
"name": "attr/modelid"
},
{
"name": "attr/name"
Expand All @@ -57,7 +48,19 @@
"name": "cap/bri/move_with_onoff"
},
{
"name": "cap/color/capabilities"
"name": "cap/color/capabilities",
"read": {
"fn": "zcl",
"ep": "0x01",
"cl": "0x0300",
"at": [
"0x400a",
"0x400b",
"0x400c",
"0x4010"
]
},
"refresh.interval": 86400
},
{
"name": "cap/color/ct/max"
Expand All @@ -72,16 +75,37 @@
"name": "cap/transition_block"
},
{
"name": "config/bri/execute_if_off"
"name": "config/bri/execute_if_off",
"read": {
"fn": "zcl",
"ep": "0x01",
"cl": "0x0008",
"at": [
"0x000f",
"0x0010",
"0x0011",
"0x4000"
]
},
"refresh.interval": 3600
},
{
"name": "config/bri/on_level"
"name": "config/bri/on_level",
"read": {
"fn": "none"
}
},
{
"name": "config/bri/onoff_transitiontime"
"name": "config/bri/onoff_transitiontime",
"read": {
"fn": "none"
}
},
{
"name": "config/bri/startup"
"name": "config/bri/startup",
"read": {
"fn": "none"
}
},
{
"name": "config/color/execute_if_off"
Expand All @@ -94,15 +118,25 @@
"default": "none"
},
{
"name": "state/bri",
"name": "state/on",
"refresh.interval": 305
},
{
"name": "state/ct",
"name": "state/bri",
"refresh.interval": 305
},
{
"name": "state/on",
"name": "state/colormode",
"values": [
[
"\"ct\"",
"color temperature"
]
],
"static": "ct"
},
{
"name": "state/ct",
"refresh.interval": 305
},
{
Expand All @@ -112,20 +146,6 @@
}
],
"bindings": [
{
"bind": "unicast",
"src.ep": 1,
"dst.ep": 1,
"cl": "0x0000",
"report": [
{
"at": "0x4000",
"dt": "0x42",
"min": 0,
"max": 65535
}
]
},
{
"bind": "unicast",
"src.ep": 1,
Expand All @@ -151,7 +171,7 @@
"dt": "0x20",
"min": 1,
"max": 300,
"change": "0x00000001"
"change": "0x01"
}
]
},
Expand All @@ -166,7 +186,7 @@
"dt": "0x21",
"min": 1,
"max": 300,
"change": "0x00000001"
"change": "0x0001"
}
]
}
Expand Down

0 comments on commit 862af1a

Please sign in to comment.