Releases: timrogers/litra
Releases · timrogers/litra
v4.5.0
v4.4.4
v4.4.3
v4.4.2
v4.4.1
v4.4.0
v4.3.0
v4.2.0
4.2.0 (2023-03-28)
Features
- add new
toggle
,isOn
,getBrightnessInLumen
andgetTemperatureInKelvin
functions - add
litra-toggle
CLI for turning a light on when it's off, and vice versa - update
litra-temperature-k
andlitra-brightness-lm
to return the current temperature/brightness when no argument is provided
v4.1.0
v4.0.0
4.0.0 (2023-02-23)
Bug Fixes
- improve help text for
litra-devices
CLI (980b460) - remove the
litra-temperature
CLI, because you can't actually set a (17439b7), closes #92 - remove the
setTemperaturePercentage
function, because you can't (deaa0d9), closes #92 - throw an error if
setTemperatureInKelvin
is called with a value (e151bb9), closes #92
BREAKING CHANGES
setTemperatureInKelvin
will now throw an
error if called with a value that is within the device's supported
temperature range, but which is not a multiple of 100. Currently,
setTemperatureInKelvin
can be called with any integer
value within the device's allowed temperature range, but in
practice, this does not work. If you try to use a value that isn't
a multiple of 100, the function does not throw an error, but your
device's temperature does not change.- The
setTemperaturePercentage
function has been
removed because it claims to allow users to set their Litra device's
temperature toan arbitrary percentage value, but the device only
allows a limited set of temperatures (multiples of 100 between the - The
litra-temperature
CLI has been removed
because it claims to allow users to set their Litra device's
temperature toan arbitrary percentage value, but the device only
allows a limited set of temperatures (multiples of 100 between the