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.
2 parents a91d272 + 0a7339c commit 245e1e8Copy full SHA for 245e1e8
main.js
@@ -587,6 +587,9 @@ function start() {
587
stateChangeListeners[adapter.namespace + "." + stateMsgFromOtherwallbox] = function (oldValue, newValue) {
588
handleWallboxExchange(newValue);
589
};
590
+ stateChangeListeners[adapter.namespace + "." + stateMinimumSoCOfBatteryStorage] = function (oldValue, newValue) {
591
+ // no real action to do
592
+ };
593
594
//sendUdpDatagram("i"); only needed for discovery
595
requestReports();
@@ -2431,4 +2434,4 @@ if (require.main !== module) {
2431
2434
} else {
2432
2435
// otherwise start the instance directly
2433
2436
startAdapter();
-}
2437
+}
0 commit comments