adjust clock module

This commit is contained in:
Remy Moll
2022-01-01 16:20:44 +01:00
parent f468332843
commit 1c5092065b
20 changed files with 22 additions and 437 deletions

View File

@@ -4,8 +4,8 @@ logger = logging.getLogger(__name__)
class TempSim:
"""Simulates a temperature for running on windows"""
temperature = 23 # return a celsius value
humidity = 30
temperature = 23.23 # return a celsius value
humidity = 30.4
class LightSim: