We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fddeb1 commit b85c651Copy full SHA for b85c651
index.js
@@ -1153,6 +1153,9 @@ HomeSeerAccessory.prototype = {
1153
securitySystemService
1154
.getCharacteristic(Characteristic.SecuritySystemCurrentState)
1155
.on('get', this.getSecuritySystemCurrentState.bind(this));
1156
+ securitySystemService
1157
+ .getCharacteristic(Characteristic.SecuritySystemTargetState)
1158
+ .on('get', this.getSecuritySystemCurrentState.bind(this));
1159
1160
.getCharacteristic(Characteristic.SecuritySystemTargetState)
1161
.on('set', this.setSecuritySystemTargetState.bind(this));
0 commit comments