mirror of
https://github.com/andvikt/mega_hacs.git
synced 2025-12-11 17:14:28 +05:00
- add rgbw support
- add ws28 support - add transitions to pwm - add units of measurement for all i2c sensors - remove mqtt support
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import struct
|
||||
from itertools import permutations
|
||||
|
||||
print(struct.unpack('!f', bytes.fromhex('435c028f'))[0])
|
||||
RGB_COMBINATIONS = [''.join(x) for x in permutations('rgb')]
|
||||
|
||||
print(RGB_COMBINATIONS)
|
||||
Reference in New Issue
Block a user