Skip to content

Commit

Permalink
fix: Iluminze 511.344: mark identify as sleepy (#8883)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-1243 authored Feb 25, 2025
1 parent 365f0cc commit a4126e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/iluminize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export const definitions: DefinitionWithExtend[] = [
extend: [
m.deviceEndpoints({endpoints: {ep1: 1, ep2: 2, ep3: 3, ep4: 4}}),
m.battery(),
m.identify(),
m.identify({isSleepy: true}),
m.commandsOnOff({
commands: ["on", "off"],
}),
Expand Down

0 comments on commit a4126e5

Please sign in to comment.