diff --git a/devices/treatlife-ds01c-dimmer-switch.json b/devices/treatlife-ds01c-dimmer-switch.json new file mode 100644 index 00000000..0c1dc63d --- /dev/null +++ b/devices/treatlife-ds01c-dimmer-switch.json @@ -0,0 +1,64 @@ +{ + "manufacturer": "Treatlife", + "name": "DS01C Dimmer Switch", + "key": "uwvylmjmr8lhszb2", + "ap_ssid": "TreatLife-SL", + "github_issues": [ + 493 + ], + "image_urls": [ + "treatlife-ds01c-dimmer-switch.jpg" + ], + "profiles": [ + "bk7231t-common-user-config-ty-1.1.71-sdk-1.0.2-40.00" + ], + "schemas": { + "000002vvfj": [ + { + "type": "obj", + "mode": "rw", + "property": { + "type": "bool" + }, + "id": 1 + }, + { + "type": "obj", + "mode": "rw", + "property": { + "min": 10, + "max": 1000, + "scale": 0, + "step": 1, + "type": "value" + }, + "id": 2 + }, + { + "type": "obj", + "mode": "rw", + "property": { + "min": 10, + "max": 1000, + "scale": 0, + "step": 1, + "type": "value" + }, + "id": 3 + }, + { + "type": "obj", + "mode": "rw", + "property": { + "range": [ + "LED", + "incandescent", + "halogen" + ], + "type": "enum" + }, + "id": 4 + } + ] + } +} diff --git a/images/treatlife-ds01c-dimmer-switch.jpg b/images/treatlife-ds01c-dimmer-switch.jpg new file mode 100644 index 00000000..c6a59136 Binary files /dev/null and b/images/treatlife-ds01c-dimmer-switch.jpg differ