We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b1366c commit ab87e6dCopy full SHA for ab87e6d
packages/modules/web_themes/standard_legacy/web/setupMqttServices.js
@@ -76,8 +76,7 @@ var topicsToSubscribe = [
76
["openWB/general/chargemode_config/pv_charging/bat_mode", 0],
77
78
// electricity tariff
79
- ["openWB/optional/et/active", 1], // et provider is configured
80
- ["openWB/optional/ep/configured", 1], // et provider information
+ ["openWB/optional/ep/configured", 1], // ep provider information
81
["openWB/optional/ep/get/prices", 1], // current price list
82
["openWB/optional/dc_charging", 1], // dc charging is configured
83
0 commit comments