Skip to content

Commit

Permalink
IKEA Vallhorn add missing bindings for light (#7584)
Browse files Browse the repository at this point in the history
  • Loading branch information
noud-github authored Feb 10, 2024
1 parent b8cb3b3 commit e5bfd85
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion devices/ikea/vallhorn_wireless_motion_sensor.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"product": "VALLHORN Wireless Motion Sensor",
"sleeper": true,
"status": "Gold",
"path": "/devices/vallhorn_wireless_motion_sensor.json",
"subdevices": [
{
"type": "$TYPE_PRESENCE_SENSOR",
Expand Down Expand Up @@ -47,6 +46,10 @@
{
"name": "attr/name"
},
{
"name": "attr/productname",
"static": "Vallhorn presence sensor"
},
{
"name": "attr/productid",
"parse": {
Expand Down Expand Up @@ -248,6 +251,20 @@
}
],
"bindings": [
{
"bind": "unicast",
"src.ep": 3,
"cl": "0x0400",
"report": [
{
"at": "0x0000",
"dt": "0x21",
"min": 5,
"max": 300,
"change": "0x07d0"
}
]
},
{
"bind": "unicast",
"src.ep": 2,
Expand Down

0 comments on commit e5bfd85

Please sign in to comment.