diff --git a/src/devices/iluminize.ts b/src/devices/iluminize.ts index 930fa90a5d45a..5dbba3dc94f08 100644 --- a/src/devices/iluminize.ts +++ b/src/devices/iluminize.ts @@ -198,6 +198,22 @@ const definitions: DefinitionWithExtend[] = [ ], meta: {multiEndpoint: true}, }, + { + zigbeeModel: ['5130.54'], + model: '5130.54', + vendor: 'Iluminize', + description: 'Zigbee handheld remote RGBW 4 channels', + extend: [ + deviceEndpoints({endpoints: {ep1: 1, ep2: 2, ep3: 3, ep4: 4}}), + battery(), + identify(), + commandsOnOff(), + commandsLevelCtrl(), + commandsColorCtrl(), + commandsScenes(), + ], + meta: {multiEndpoint: true}, + }, { zigbeeModel: ['511.324'], model: '511.324',