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, {