Skip to content

Commit

Permalink
v1.4.0 Release Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Apr 11, 2022
1 parent c2d095c commit 165a7cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@
* Add socket.shutdown(socket.SHUT_RDWR)
* Add function to send multiple DPS index updates with one call

## v1.4.0 - TBD
## v1.4.0 - Updated Scanner Functions

* PyPI 1.4.0 - Minor Update to APIs (additional arguments and elements)
* Debug - Updated debug output for payloads to formatted hexadecimal (pull request #98)
* Scan - Terminal color fix for 3.1 devices.
* Error Handling added for `set_timer()` function (Issue #87)
* Add wizard capability to pull mac addresses from TuyaPlatform in devices.json (Issue #117)
* Add wizard `-force` option to perform network scan for device IP addresses (Issue #117)
* Separated scan functions into `scanner.py` file.
* NEW: Added command line functions:
* NEW: Added command line functions for scanning:
* `devices` - Display and poll all registered devices for status (using devices.json). This will force a network scan for IP address changes and will create snapshot.json.
* `snapshot` - Display and poll all devices as listed snapshot.json. This assume IP address are the same as the last snapshot.
* `json` - Same as snapshot but respond with a JSON payload.
Expand Down

0 comments on commit 165a7cd

Please sign in to comment.