diff options
Diffstat (limited to 'include/py/homekit/temphum/base.py')
-rw-r--r-- | include/py/homekit/temphum/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/py/homekit/temphum/base.py b/include/py/homekit/temphum/base.py index 602cab7..c9d5111 100644 --- a/include/py/homekit/temphum/base.py +++ b/include/py/homekit/temphum/base.py @@ -16,4 +16,4 @@ class BaseSensor(ABC): class SensorType(Enum): Si7021 = 'si7021' - DHT12 = 'dht12'
\ No newline at end of file + DHT12 = 'dht12' |