This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
Releases: matthewturner/alexa-salus-it500
Releases · matthewturner/alexa-salus-it500
Decouple SmartHome from legacy lambda
v1.13.0 Fix user_id extraction from profile
Support for fractional durations
- Fixes issue with SmartHome API which stops a user from setting the temperature until a specific time of day: "Alexa, set the heating to 21 degrees until 2pm
Smarthome API
- Adds support for hold time
- Defers the setting of temperature to a worker so Alexa doesn't timeout
Smarthome API
New Features
- Supports the SmartHome API through the smarthome-lambda.js
Breaking changes
- lambda.js renamed to legacy-lambda.js
Support for water
v1.10.0 Add support for water (#13)
Refactor to improve logging
v1.9.3 Fix logger
Fix stop of hold
v1.9.2 Fix stopping hold (#10)
Stop hold time on turn off and fix store of defaults
v1.9.1 Stop hold on turn off and store defaults as number
Control defaults by voice
Set defaults (#9) * Fix auto-hold on switch off
Fix concurrency with multiple accounts
Fix concurrent user issue (#8) * Sign out of website after intent completes * Fix security warning in dependencies * Fix stopping callback