luminance
luminance copied to clipboard
Add command line interface reporting
Please add a command line interface that does
-b listing all bulbs in terms of id, name, on/off -g listing all groups in terms of id, name, on/off/mixed -p listing all presets in terms of id, name, on/off/mixed -s listing all schedules in terms of id, name, on/off/mixed
All results are one per line and are tab-separated. All lines are sorted on name.
Status mixed is used when a group, preset or schedule is active but not all bulbs related to it are all on or all of. If this is too hard, simply use only on and off in reporting.