diff --git a/RELEASE.md b/RELEASE.md index f3891560..4dfed082 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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.