-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5eafaf4
commit 5304ac9
Showing
3 changed files
with
74 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Version v1.1.0 | ||
|
||
## Improved usability | ||
|
||
The script saves now the device codes in the config and listens to pseudo codes consisting of the device number and the state. | ||
Like `10` for the first device `1` and the state off `0`. It also listens for other commands like `restart`which restarts the NodeMCU. | ||
If the device gets an command which is unkown it logs help text with all codes and commands. | ||
|
||
# Version v1.0.0 | ||
|
||
## First stable version 1.0.0. | ||
|
||
The script sends directly the recived codes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters