wled 0.0.2 wled: ^0.0.2 copied to clipboard
WLED HTTP API for Dart
WLED API for Dart #
🚧 ATTENTION! Current version is totally usable but API might change multiple times before the 1.0 release. 🚧
Changelog #
See CHANGELOG.md.
Usage #
// Will be resolved to `http://localhost`.
final wled = Wled('localhost');
// or
final wled = Wled('127.0.0.1')
await wled.toggle();