1 unstable release
0.1.0 | Nov 20, 2024 |
---|
#1171 in Command line utilities
136 downloads per month
10KB
131 lines
LED-CLI-Controller
A simple CLI tool to control my LED strip connected to an Esp32 microcontroller. Run
led-cli set --mqtt_host=localhost --port=1884
to set the host and port of the mqtt broker to which the client should connect. Run 'on' or 'off' to publish messages at least once to the topic 'led'. You can provide the message the option 'color' and 'percentage' this will result in a message string in json format like this:
{
"led-state": "on/off",
"color": "red",
"percentage": 100
}
Dependencies
~5–14MB
~176K SLoC