Skip to content

Commit

Permalink
fix interlock for Aqara dual relay module T2
Browse files Browse the repository at this point in the history
  • Loading branch information
kirovilya authored Dec 6, 2023
1 parent 7fafc43 commit 7607c15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/devices/xiaomi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2662,8 +2662,8 @@ const definitions: Definition[] = [
xiaomiAction({postfixWithEndpointName: true}),
binary({
name: 'interlock',
valueOn: ['ON', true],
valueOff: ['OFF', false],
valueOn: ['ON', 1],
valueOff: ['OFF', 0],
cluster: 'aqaraOpple',
attribute: {id: 0x02d0, type: 0x10},
description: 'Enabling prevents both relays being on at the same time (Interlock)',
Expand Down

0 comments on commit 7607c15

Please sign in to comment.