Skip to content

Commit

Permalink
chore(release)!: 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dector committed Jan 26, 2024
1 parent 362f68b commit cdc1147
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.0.1 (SNAPSHOT)
## 0.0.1

New:
- WLED API Controller.
Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
WLED API for Dart.
# WLED API for Dart

:construction: Heavily WIP.

## Usage

``` dart
// Will be resolved to `http://localhost`.
// Alternatively you can use IP address.
final wled = Wled('localhost');
await wled.toggle();
```
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: wled_dart
description: A sample command-line application.
version: 1.0.0
# repository: https://github.com/my_org/my_repo
description: WLED HTTP API for Dart
version: 0.0.1
repository: https://github.com/dector/wled-dart

environment:
sdk: ^3.2.5
Expand Down

0 comments on commit cdc1147

Please sign in to comment.