From 50481d57142a5dd3b2979013332e7c737fe0c87a Mon Sep 17 00:00:00 2001 From: Fernando Crespo Date: Mon, 11 May 2026 19:54:20 -0300 Subject: [PATCH] Add support for strip firmware 08.v2 --- src/utils/deviceTypesMap.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/utils/deviceTypesMap.ts b/src/utils/deviceTypesMap.ts index 927641a..0096293 100644 --- a/src/utils/deviceTypesMap.ts +++ b/src/utils/deviceTypesMap.ts @@ -40,6 +40,19 @@ export const deviceTypesMap: Map = new Map([ needsPowerCommand: null, }, ], + [ + 0x08, + { + description: 'RGB Strip', + byteOrder: ['r', 'g', 'b'], + simultaneousCCT: false, + hasColor: true, + hasCCT: false, + hasBrightness: true, + isEightByteProtocol: null, + needsPowerCommand: null, + }, + ], [ 0x09, {