mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 10:46:53 +00:00
mqtt2.template: bugfix/typo in ztm cct_rgb
git-svn-id: https://svn.fhem.de/fhem/trunk@26501 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b46175f44c
commit
c43d7865fb
@ -381,7 +381,7 @@ attr DEVICE devStateIcon {zigbee2mqtt_devStateIcon255($name)}
|
||||
attr DEVICE webCmd toggle:on:off:brightness:ct:color
|
||||
attr DEVICE devicetopic BASE_TOPIC/DEV_ID
|
||||
attr DEVICE readingList $\DEVICETOPIC:.* { my $ret=json2nameValue($EVENT,'',$JSONMAP); $ret->{state}=lc($ret->{state}) if defined $ret->{state}; return $ret }
|
||||
attr DEVICE sonMap color_temp:ct
|
||||
attr DEVICE jsonMap color_temp:ct
|
||||
attr DEVICE setList \
|
||||
on:noArg $\DEVICETOPIC/set {"state":"ON"}\
|
||||
off:noArg $\DEVICETOPIC/set {"state":"OFF"}\
|
||||
|
Loading…
x
Reference in New Issue
Block a user