Release 2.3.4.132 Available
Changes from 2.3.4.130
App Update
- WebCoRE updated to the latest available version.
Bug Fixes
- Fixed IP address reporting when both Ethernet and wireless USB adapter are connected.
- Ecobee Integration: Fixed Ecobee modes supported attributes to JSON.
- Rule 5.1:
- Fixed Wait for Event for Last Event Device to create the correct event subscription.
- Fixed fatal error when attempting to schedule the condition Between Two Dates with variables where one of the dates is in the past for a Required Expression.
- Hubitat Safety Monitor: Fixed closing water or gas valve after deselecting option to do so.
- Room Lights: Fixed an error for line 2038 when renaming a time period.
- Mode Manager: Fixed an error for time variables.
- Simple Automation Rule: Fixed restriction for timed activation when Restrict Only Trigger selected.
Platform Changes
- HomeKit integration restarts every hour.
- Added functions to manipulate File Manager file from app/driver code:
- void uploadHubFile(String fileName, byte[] bytes)
- byte[] downloadHubFile(String fileName)
- void deleteHubFile(String fileName)