Additional known lights (see issue #157).
Bump deCONZ version to 2.04.73.
Changes to sensors:
- MultiCLIP sensors now require:
modelid
to have the same astype
, in addition to amanufacturername
of"homebridge-hue"
, and a dash (-
) inuniqueid
to separate the accessory ID from the service sequence number (which is used as subtype). - CLIPGenericStatus sensors now support
Status
from -127 to 127. When the manufacturer name is"homebridge-hue"
and themodelid
is"CLIPGenericStatus
, homebridge-hue parsesswversion
for min and max values, separated by a comma (,
). So aswversion
of"-1,3"
sets the allow values forStatus
to -1, 0, 1, 2, 3. Duration
is now in seconds (not in minutes anymore), in preparation of supportingconfig.duration
that deCONZ provides for ZHAPresence sensors (incl. the Hue motion sensor).
The commands from https://github.com/ebaauw/ph.sh/blob/master/ph_sensors.sh facilitate creating CLIP sensors with these values.