Skip to content

Commit

Permalink
fix: Add commandMoveToHueAndSaturation Koenkk/zigbee2mqtt#22467
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed May 5, 2024
1 parent 1b76db9 commit 9caef05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/controller/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const CommandsLookup: {[s: string]: MessagePayloadType} = {
'moveColorTemp': 'commandMoveColorTemp',
'moveHue': 'commandMoveHue',
'moveToSaturation': 'commandMoveToSaturation',
'moveToHueAndSaturation': 'commandMoveToHueAndSaturation',
'stopWithOnOff': 'commandStopWithOnOff',
'moveToLevel': 'commandMoveToLevel',
'moveToLevelWithOnOff': 'commandMoveToLevelWithOnOff',
Expand Down Expand Up @@ -175,7 +176,7 @@ type MessagePayloadType =
'commandZosungSendIRCode01' | 'commandZosungSendIRCode02'|'commandZosungSendIRCode04' | 'zosungSendIRCode03Resp' |
'zosungSendIRCode05Resp' | 'commandMcuGatewayConnectionStatus' | 'commandSchneiderWiserThermostatBoost' |
'transferDataResp' | 'commandAction1' | 'commandAction2' | 'commandAction3' | 'commandAction4' | 'commandAction6' |
'commandTuyaAction' | 'commandTuyaAction2';
'commandTuyaAction' | 'commandTuyaAction2' | 'commandMoveToHueAndSaturation';

interface MessagePayload {
type: MessagePayloadType;
Expand Down

0 comments on commit 9caef05

Please sign in to comment.