Skip to content

Commit

Permalink
DDF for Ledvance B40 DIM Z3 (#7915)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmo84 authored Sep 23, 2024
1 parent 05b7703 commit b8fae02
Showing 1 changed file with 102 additions and 0 deletions.
102 changes: 102 additions & 0 deletions devices/ledvance/b40_dim_z3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
{
"schema": "devcap1.schema.json",
"manufacturername": "LEDVANCE",
"modelid": "B40 DIM Z3",
"product": "B40 DIM Z3",
"vendor": "LEDVANCE",
"sleeper": false,
"status": "Gold",
"subdevices": [
{
"type": "$TYPE_DIMMABLE_LIGHT",
"restapi": "/lights",
"uuid": [
"$address.ext",
"0x01"
],
"items": [
{
"name": "attr/id"
},
{
"name": "attr/lastannounced"
},
{
"name": "attr/lastseen"
},
{
"name": "attr/manufacturername"
},
{
"name": "attr/modelid"
},
{
"name": "attr/name"
},
{
"name": "attr/swversion"
},
{
"name": "attr/type"
},
{
"name": "attr/uniqueid"
},
{
"name": "cap/bri/move_with_onoff",
"static": true
},
{
"name": "cap/on/off_with_effect",
"static": true
},
{
"name": "state/alert",
"default": "none"
},
{
"name": "state/bri",
"refresh.interval": 5
},
{
"name": "state/on",
"refresh.interval": 5
},
{
"name": "state/reachable"
}
]
}
],
"bindings": [
{
"bind": "unicast",
"src.ep": 1,
"dst.ep": 1,
"cl": "0x0006",
"report": [
{
"at": "0x0000",
"dt": "0x10",
"min": 1,
"max": 300
}
]
},
{
"bind": "unicast",
"src.ep": 1,
"dst.ep": 1,
"cl": "0x0008",
"report": [
{
"at": "0x0000",
"dt": "0x20",
"min": 1,
"max": 300,
"change": "0x00000001"
}
]
}
]
}

0 comments on commit b8fae02

Please sign in to comment.