Skip to content

Commit

Permalink
fix: Disable unsupported power outage memory for Aqara CL-L02D Koenkk…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed May 2, 2024
1 parent d8b47c4 commit 5d3cc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/lumi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3294,7 +3294,7 @@ const definitions: Definition[] = [
description: 'Ceiling light T1M',
extend: [
deviceEndpoints({endpoints: {'white': 1, 'rgb': 2}}),
lumiLight({colorTemp: true, powerOutageMemory: 'light', endpointNames: ['white']}),
lumiLight({colorTemp: true, endpointNames: ['white']}),
lumiLight({colorTemp: true, deviceTemperature: false, powerOutageCount: false, color: {modes: ['xy', 'hs']}, endpointNames: ['rgb']}),
lumiZigbeeOTA(),
],
Expand Down

0 comments on commit 5d3cc86

Please sign in to comment.