From 74939141029df3f1f7d658df296ca856b13641c7 Mon Sep 17 00:00:00 2001 From: TimEwaltsIT <85646032+TimEwaltsIT@users.noreply.github.com> Date: Mon, 4 Sep 2023 20:22:51 +0200 Subject: [PATCH] feat(add): ROB_200-063-0 (#6138) * Added support for ROB_200-063-0 * Update robb.ts --------- Co-authored-by: Your Name Co-authored-by: Koen Kanters --- src/devices/robb.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/devices/robb.ts b/src/devices/robb.ts index 4acd0526329d4..ebe8e3da5aa4d 100644 --- a/src/devices/robb.ts +++ b/src/devices/robb.ts @@ -333,6 +333,13 @@ const definitions: Definition[] = [ await reporting.currentSummDelivered(endpoint); }, }, + { + zigbeeModel: ['ROB_200-063-0'], + model: 'ROB_200-063-0', + vendor: 'ROBB', + description: 'Zigbee 0-10V PWM dimmer', + extend: extend.light_onoff_brightness(), + }, ]; module.exports = definitions;