Skip to content

Commit b85c651

Browse files
committed
Update the security system target state
1 parent 8fddeb1 commit b85c651

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,6 +1153,9 @@ HomeSeerAccessory.prototype = {
11531153
securitySystemService
11541154
.getCharacteristic(Characteristic.SecuritySystemCurrentState)
11551155
.on('get', this.getSecuritySystemCurrentState.bind(this));
1156+
securitySystemService
1157+
.getCharacteristic(Characteristic.SecuritySystemTargetState)
1158+
.on('get', this.getSecuritySystemCurrentState.bind(this));
11561159
securitySystemService
11571160
.getCharacteristic(Characteristic.SecuritySystemTargetState)
11581161
.on('set', this.setSecuritySystemTargetState.bind(this));

0 commit comments

Comments
 (0)