From 509686f70ae8a35f0734e09fcd3e910c103ad25a Mon Sep 17 00:00:00 2001 From: bastoscorp <70770115+bastoscorp@users.noreply.github.com> Date: Thu, 18 Jul 2024 14:00:26 +0200 Subject: [PATCH] update power --- business/powerUsageRules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/powerUsageRules.py b/business/powerUsageRules.py index ced744c..7add9f9 100644 --- a/business/powerUsageRules.py +++ b/business/powerUsageRules.py @@ -1,7 +1,7 @@ class PowerUsageRules: rules = [{'rule_id': 1, 'rule_name': "Pool Heating Threshold", - 'rule_remaining_power_value': 1100, + 'rule_remaining_power_value': 1101, 'rule_priority': 1, 'action_threshold_crossed': 'enable', 'action_device_name': 'PAC piscine',