Skip to content
2 changes: 1 addition & 1 deletion src/devices/efekta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6858,7 +6858,7 @@ export const definitions: DefinitionWithExtend[] = [
name: "invert_logic_onoff",
valueOn: ["ON", 1],
valueOff: ["OFF", 0],
cluster: "genAnalogInput",
cluster: "msCO2",
attribute: {ID: 0x0225, type: Zcl.DataType.BOOLEAN},
description: "Enable invert logic onoff",
access: "STATE_SET",
Expand Down
Loading