Return the minimum and maximum temperature from the devices command, not a lost of allowed values. __This brings a breaking change when the command is called in --json mode, returning minimum_temperature_in_kelvin and maximum_temperature_in_kelvin instead of allowed_temperatures_in_kelvin.__
When trying to use the temperature command to set a non- allowed temperature, return the minimum, maximum and rule (multiples of 100) rather than a list of allowed values.
Improve built-in documentation for the brightness command to explain allowed values
devices
command, not a lost of allowed values. __This brings a breaking change when the command is called in--json
mode, returningminimum_temperature_in_kelvin
andmaximum_temperature_in_kelvin
instead ofallowed_temperatures_in_kelvin
.__temperature
command to set a non- allowed temperature, return the minimum, maximum and rule (multiples of 100) rather than a list of allowed values.brightness
command to explain allowed values