All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.7.0 - 2022-02-10
- Add support for the Shelly TRV.
1.6.0 - 2021-08-08
- [Potentially breaking] Change the data type of several device properties
from
Boolean
toNumber
since their possible values have changed from 0/1 to 0/1/-1, where -1 usually indicates that there is no valid reading. - Update dependencies to fix security vulnerabilities.
1.5.0 - 2021-02-28
- Add support for unicast UDP messages.
1.4.0 - 2021-02-23
- Add support for the Shelly Motion (thanks to @jghaanstra).
1.3.0 - 2021-01-12
- Add support for the Shelly Button1 version 2.
1.2.0 - 2021-01-11
- Add support for the Shelly Bulb RGBW (thanks to @jghaanstra).
1.1.1 - 2020-11-26
- Fixed a bug with duplicate properties on the Shelly 1L.
1.1.0 - 2020-11-26
- Add support for the Shelly 1L and the Shelly Uni (thanks to @jghaanstra).
- Update the coap library to version 0.24.0.
1.0.2 - 2020-09-04
- Add a missing
setRelay()
method toShellyAir
.
1.0.1 - 2020-08-15
- [Breaking] Rename the
externalTemperature
property ofShellyFlood
totemperature
.
- Add a missing
mode
argument to theShelly25
constructor.