Add DIM-01 support, hardware id 22 (#318)

Merge of PR to add support for DIM-01, hw id 22.
This commit is contained in:
Tom Aafloen 2025-08-04 16:38:36 +02:00 committed by GitHub
parent 7bdcc60205
commit 0f3cee0284
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -381,6 +381,14 @@ class PlejdApi {
dimmable: false,
broadcastClicks: false,
};
case 22:
return {
name: 'DIM-01',
description: '1-channel dimmer LED, 300 VA ("LC" hardware/chip version)',
type: 'light',
dimmable: true,
broadcastClicks: false,
};
case 36:
return {
name: 'LED-75',