Skip to content

Commit

Permalink
DDF for Schneider Electric 40/300-series module dimmer (CH/DIMMER/1) (d…
Browse files Browse the repository at this point in the history
  • Loading branch information
Smanar authored Nov 6, 2023
1 parent 6b3b354 commit 50555f9
Showing 1 changed file with 89 additions and 0 deletions.
89 changes: 89 additions & 0 deletions devices/wiser/dimmer_module.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
{
"schema": "devcap1.schema.json",
"manufacturername": "Schneider Electric",
"modelid": "CH/DIMMER/1",
"product": "40/300-Series Module Dimmer",
"sleeper": false,
"status": "Gold",
"subdevices": [
{
"type": "$TYPE_DIMMABLE_LIGHT",
"restapi": "/lights",
"uuid": [
"$address.ext",
"0x03"
],
"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": "state/alert",
"default": "none"
},
{
"name": "state/on"
},
{
"name": "state/bri"
},
{
"name": "state/reachable"
}
]
}
],
"bindings": [
{
"bind": "unicast",
"src.ep": 3,
"cl": "0x0006",
"report": [
{
"at": "0x0000",
"dt": "0x10",
"min": 1,
"max": 600
}
]
},
{
"bind": "unicast",
"src.ep": 3,
"cl": "0x0008",
"report": [
{
"at": "0x0000",
"dt": "0x20",
"min": 1,
"max": 300,
"change": "0x01"
}
]
}
]
}

0 comments on commit 50555f9

Please sign in to comment.