We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3852280 commit 4379300Copy full SHA for 4379300
main.js
@@ -756,7 +756,7 @@ class Kecontact extends utils.Adapter {
756
this.unsubscribeForeignStates(oldValue);
757
}
758
if (this.isForeignStateSpecified(newValue)) {
759
- this.subscribeForeignStates(newValue);
+ this.addForeignState(newValue);
760
761
};
762
this.stateChangeListeners[`${this.namespace}.${this.stateTargetSoC}`] = (_oldValue, newValue) => {
0 commit comments