- Nov 16, 2024
-
-
KERDREUX Jerome authored
Merged the API for all devices
-
KERDREUX Jerome authored
API migration
-
- Nov 13, 2024
-
-
KERDREUX Jerome authored
Dropped the convertFloat64 for white_temperature and brightness. The code is cleaner.
-
KERDREUX Jerome authored
Cbor return an interface{} for everything, casting to uint64 or float64 is wrong due to the fact that xAAL schemas support both (even int is possible). So recast everything to float64 and deal w/ that. float64 mainly because colorful use float64 for everything, so as brightness is Z in yxz format...
-
- Nov 11, 2024
-
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
Done w/ setMode. This was tricky because setting color_mode doesn't work.
-
KERDREUX Jerome authored
The color/white mode was missing. All should be fine now
-
KERDREUX Jerome authored
xy decoding is a pain to decode. Thanks to chatgpt, I was able to port the JS code. The code seems to works fine now. I need to fix a issue in the xAAL core due to compare of list..
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
Finalize the XAAL Device API. I guess this will be the next move, after doing some color stuff.
-
- Nov 09, 2024
-
-
KERDREUX Jerome authored
-
- Nov 08, 2024
-
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
Refactoring Go code is not that hard (thanks to types), so let's give it a try
-
- Nov 07, 2024
-
-
KERDREUX Jerome authored
Added support for remotes, tested w/ Ikea on/off/brigthness and actions buttons
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
devices from the sames z2m device are in the same group. This is a bitty rough right now, I need to better hack this stuff.
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
- Nov 05, 2024
-
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
Switch to switch.. (go syntax)
-
KERDREUX Jerome authored
Added comment
-