Skip to content

Commit

Permalink
feat: Add inverted modes for POK008 (#8404)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Osin <andreyo@pushok.com>
  • Loading branch information
zombierzn and Andrey Osin authored Dec 1, 2024
1 parent 4ebf904 commit e31a859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/pushok.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ const definitions: DefinitionWithExtend[] = [
}),
enumLookup({
name: 'set_op_mode',
lookup: {Monitor: 0, Heater: 1, Cooler: 2},
lookup: {monitor: 0, heater: 1, cooler: 2, monitor_inverted: 3, heater_inverted: 4, cooler_inverted: 5},
cluster: 'genMultistateOutput',
attribute: 'presentValue',
zigbeeCommandOptions: {},
Expand Down

0 comments on commit e31a859

Please sign in to comment.