Skip to content

Commit 4379300

Browse files
committed
fix
1 parent 3852280 commit 4379300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ class Kecontact extends utils.Adapter {
756756
this.unsubscribeForeignStates(oldValue);
757757
}
758758
if (this.isForeignStateSpecified(newValue)) {
759-
this.subscribeForeignStates(newValue);
759+
this.addForeignState(newValue);
760760
}
761761
};
762762
this.stateChangeListeners[`${this.namespace}.${this.stateTargetSoC}`] = (_oldValue, newValue) => {

0 commit comments

Comments
 (0)