You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
437 B

3 years ago
3 years ago
  1. package main
  2. const helpString = `
  3. lucy lucifer CLI
  4. EXAMPLES
  5. lucy set tag:Hexagon color=hs:35,1 intensity=0.3
  6. lucy run SetProfile name=evening
  7. EVENT HANDLER COMMANDS
  8. handler list
  9. handler delete <id>
  10. DEVICE COMMANDS
  11. list <search>
  12. set <search> <power=B> <color=C> <intensity=F> <temperature=N>
  13. tag <search> <[+/-]tag-name>
  14. update <search> <name=S> <icon=S> <prop.*=S/NULL>
  15. EVENT COMMANDS
  16. run <event name> <*=S>
  17. `