Added support for Motion Sensors, setters for values like brightness or hue now expect API-native values instead of converting from (0.0-1.0), modified rgb to hsv converter accordingly, additional minor improvements, updated README and DOCUMENTATION

This commit is contained in:
Julian Müller (ChaoticByte) 2023-08-04 19:36:09 +02:00
parent 157cc63129
commit 52a85486d9
5 changed files with 264 additions and 78 deletions

View file

@ -1,7 +1,7 @@
# Copyright (c) 2023 Julian Müller (ChaoticByte)
class LightOrGroupNotFound(Exception):
'''`LightOrGroupNotFound` Exception'''
class DeviceNotFound(Exception):
'''`DeviceNotFound` Exception'''
pass
class APIError(Exception):