jildertviet / JFixLib

Library to control multiple light fixtures with the same codebase
0 stars 0 forks source link

Make .config format human-readable JSON #46

Closed jildertviet closed 1 month ago

jildertviet commented 1 month ago

Instead of using an array, use keys: address : [0x00, 0x00, 0x00]

jildertviet commented 1 month ago

SC: JFixture::readConfig will check if there's a key (the new way), if not: treat as array.

Currently examples/llllllllllll and examples/tlFix use the approach with keys.