Skip to content

Commit

Permalink
enhance global code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
bastoscorp committed Jul 17, 2024
1 parent 035bf2c commit 271408f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions business/powerUsageRules.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

class PowerUsageRules():

class PowerUsageRules:
rules = [{'rule_id': 1,
'rule_name': "Pool Heating Threshold",
'rule_remaining_power_value': 1000,
Expand All @@ -9,4 +7,4 @@ class PowerUsageRules():
'action_device_name': 'PAC piscine',
'action_device_type': 'philips_hue'
}
]
]

0 comments on commit 271408f

Please sign in to comment.