File tree Expand file tree Collapse file tree
packages/modules/electricity_pricing/flexible_tariffs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ def _refresh_token(config: RabotTariff):
4343 config .configuration .token = RabotToken (access_token = response ["access_token" ],
4444 expires_in = response ["expires_in" ],
4545 created_at = timecheck .create_timestamp ())
46- Pub ().pub ("openWB/set/optional/et/dynamic /provider" , asdict (config ))
46+ Pub ().pub ("openWB/set/optional/ep/flexible_tariff /provider" , asdict (config ))
4747
4848
4949def fetch (config : RabotTariff ) -> None :
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def _refresh_token(config: VoltegoTariff):
3939 config .configuration .token = VoltegoToken (access_token = response ["access_token" ],
4040 expires_in = response ["expires_in" ],
4141 created_at = timecheck .create_timestamp ())
42- Pub ().pub ("openWB/set/optional/et/dynamic /provider" , asdict (config ))
42+ Pub ().pub ("openWB/set/optional/ep/flexible_tariff /provider" , asdict (config ))
4343
4444
4545def fetch (config : VoltegoTariff ) -> None :
You can’t perform that action at this time.
0 commit comments