Wled()
constructor accepts port as a part of the string address:
e.g. Wled('localhost:8080')
.
port
parameter is removed from the Wled()
constructor.
- Add ability to connect to WLED on a different port.
- Status response contains name.
- Get current status.
- Set primary color.
- Set brightness.
- WLED API Controller.
- Toggle method.