@pmouli/isy-matter-server
Version:
Service to expose an ISY device as a Matter Border router
49 lines (48 loc) • 1.03 kB
JSON
{
"InsteonRelayDevice": {
"deviceType": "OnOffDevice",
"mapping": {
"OnOffCluster": {
"attributes": {
"onOff": "ST",
"converter": "onOffConverter"
},
"commands": { "on": "DON", "off": "DOF" }
}
}
},
"InsteonDimmableDevice": {
"deviceType": "OnOffLightDevice",
"mapping": {
"OnOffCluster": {
"attributes": {
"onOff": "ST"
},
"commands": { "on": "DON", "off": "DOF" }
},
"LevelControlCluster": {
"attributes": {
"currentLevel": "ST"
},
"commands": { "setLevel": "DON" }
}
}
},
"InsteonFanDevice": {
"deviceType": "FanDevice",
"mapping": {
"OnOffCluster": {
"attributes": {
"onOff": "ST"
},
"commands": { "on": "DON", "off": "DOF" }
},
"LevelControlCluster": {
"attributes": {
"currentLevel": "ST"
},
"commands": { "setLevel": "DON" }
}
}
}
}