Skip to content

Commit

Permalink
update power usage value
Browse files Browse the repository at this point in the history
  • Loading branch information
bastoscorp committed Jul 18, 2024
1 parent f3b9a45 commit eb822a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion business/powerUsageRules.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class PowerUsageRules:
rules = [{'rule_id': 1,
'rule_name': "Pool Heating Threshold",
'rule_remaining_power_value': 1101,
'rule_remaining_power_value': 1100,
'rule_priority': 1,
'action_threshold_crossed': 'enable',
'action_device_name': 'PAC piscine',
Expand Down

0 comments on commit eb822a0

Please sign in to comment.