We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef1ae1d commit 074ffacCopy full SHA for 074ffac
1 file changed
packages/modules/electricity_pricing/flexible_tariffs/rabot/config.py
@@ -7,6 +7,7 @@ def __init__(self,
7
contract_number: Optional[str] = None):
8
self.customer_number = customer_number
9
self.contract_number = contract_number
10
+ self.update_hours = [0] # Rabot publishes once daily at 00:00 for the following day
11
12
13
class RabotTariff:
0 commit comments