Skip to content

Commit e31a859

Browse files
zombierznAndrey Osin
and
Andrey Osin
authored
feat: Add inverted modes for POK008 (#8404)
Co-authored-by: Andrey Osin <[email protected]>
1 parent 4ebf904 commit e31a859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devices/pushok.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ const definitions: DefinitionWithExtend[] = [
192192
}),
193193
enumLookup({
194194
name: 'set_op_mode',
195-
lookup: {Monitor: 0, Heater: 1, Cooler: 2},
195+
lookup: {monitor: 0, heater: 1, cooler: 2, monitor_inverted: 3, heater_inverted: 4, cooler_inverted: 5},
196196
cluster: 'genMultistateOutput',
197197
attribute: 'presentValue',
198198
zigbeeCommandOptions: {},

0 commit comments

Comments
 (0)