Advertisement
rowak

NFD CLI New Commands

Mar 9th, 2021
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. Nanoleaf for Desktop (NFD) -- GUI and CLI interface for Nanoleaf Aurora and Canvas
  2. usage: nfd [action [mode [value]]]
  3.  
  4. Actions:
  5. on turns on the device(s)
  6. off turns off the device(s)
  7. toggle toggles the device(s) on or off
  8. brightness changes the master brightness (up/down/set)
  9. temp changes the color temperature (up/down/set)
  10. effect sets the effect by name (set)
  11. hue sets the hue HSB component for the current color (set)
  12. saturation sets the saturation HSB component for the current color (set)
  13. red sets the red RGB component for the current color (set)
  14. green sets the green RGB component for the current color (set)
  15. blue sets the blue RGB component for the current color (set)
  16. rgb displays a static RGB color (set)
  17. hsb displays a static HSB color (set)
  18.  
  19. Modes:
  20. up increases by a value
  21. down decreases by a value
  22. set sets to a specific value or name
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement