Skip to content

Commit a4126e5

Browse files
authored
fix: Iluminze 511.344: mark identify as sleepy (#8883)
1 parent 365f0cc commit a4126e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devices/iluminize.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export const definitions: DefinitionWithExtend[] = [
187187
extend: [
188188
m.deviceEndpoints({endpoints: {ep1: 1, ep2: 2, ep3: 3, ep4: 4}}),
189189
m.battery(),
190-
m.identify(),
190+
m.identify({isSleepy: true}),
191191
m.commandsOnOff({
192192
commands: ["on", "off"],
193193
}),

0 commit comments

Comments
 (0)