wled 0.0.1 copy "wled: ^0.0.1" to clipboard
wled: ^0.0.1 copied to clipboard

WLED HTTP API for Dart

WLED API for Dart #

🚧 Heavily WIP.

Usage #

// Will be resolved to `http://localhost`.
// Alternatively you can use IP address.
final wled = Wled('localhost');

await wled.toggle();