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:
parent
157cc63129
commit
52a85486d9
5 changed files with 264 additions and 78 deletions
|
@ -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):
|
||||
|
|
Reference in a new issue