10_ZWave.pm: COLOR_CONTROL patch (Forum #41316)
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9285 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -97,14 +97,14 @@ my %zwave_class = (
|
|||||||
parse => { "..3202(.*)" => 'ZWave_meterParse($hash, $1)',
|
parse => { "..3202(.*)" => 'ZWave_meterParse($hash, $1)',
|
||||||
"..3204(.*)" => 'ZWave_meterSupportedParse($hash, $1)' } },
|
"..3204(.*)" => 'ZWave_meterSupportedParse($hash, $1)' } },
|
||||||
COLOR_CONTROL => { id => '33',
|
COLOR_CONTROL => { id => '33',
|
||||||
get => { ccCapabilityGet => '01', # no more args
|
get => { ccCapability=> '01', # no more args
|
||||||
ccStatus => '03', # no more args
|
ccStatus => '03%02x',
|
||||||
},
|
},
|
||||||
set => { # Forum #36050
|
set => { # Forum #36050
|
||||||
rgb => '050a0000010002%02x03%02x04%02x',
|
rgb => '050a0000010002%02x03%02x04%02x',
|
||||||
wcrgb => '050a00%02x01%02x02%02x03%02x04%02x' },
|
wcrgb => '050a00%02x01%02x02%02x03%02x04%02x' },
|
||||||
parse => { "043302(.*)"=> 'ccCapabilityGetResponse:$1',
|
parse => { "043302(.*)"=> '"ccCapability:$1"',
|
||||||
"043304(.*)"=> 'ccStatusResponse:$1' } },
|
"043304(..)(.*)"=> '"ccStatus_$1:$2"' } },
|
||||||
ZIP_ADV_CLIENT => { id => '34' },
|
ZIP_ADV_CLIENT => { id => '34' },
|
||||||
METER_PULSE => { id => '35' },
|
METER_PULSE => { id => '35' },
|
||||||
BASIC_TARIFF_INFO => { id => '36' },
|
BASIC_TARIFF_INFO => { id => '36' },
|
||||||
@@ -3186,6 +3186,13 @@ s2Hex($)
|
|||||||
request the clock data
|
request the clock data
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<br><br><b>Class COLOR_CONTROL</b>
|
||||||
|
<li>ccCapabilities<br>
|
||||||
|
return capabilities.</li>
|
||||||
|
<li>ccStatus channelId<br>
|
||||||
|
return status of channel ChannelId.
|
||||||
|
</li>
|
||||||
|
|
||||||
<br><br><b>Class CONFIGURATION</b>
|
<br><br><b>Class CONFIGURATION</b>
|
||||||
<li>config cfgAddress<br>
|
<li>config cfgAddress<br>
|
||||||
return the value of the configuration parameter cfgAddress. The value is
|
return the value of the configuration parameter cfgAddress. The value is
|
||||||
@@ -3462,6 +3469,10 @@ s2Hex($)
|
|||||||
<li>clock:get</li>
|
<li>clock:get</li>
|
||||||
<li>clock:[mon|tue|wed|thu|fri|sat|sun] HH:MM</li>
|
<li>clock:[mon|tue|wed|thu|fri|sat|sun] HH:MM</li>
|
||||||
|
|
||||||
|
<br><br><b>Class COLOR_CONTROL</b>
|
||||||
|
<li>ccCapabilities:XY</li>
|
||||||
|
<li>ccStatus_X:Y</li>
|
||||||
|
|
||||||
<br><br><b>Class CONFIGURATION</b>
|
<br><br><b>Class CONFIGURATION</b>
|
||||||
<li>config_X:Y<br>
|
<li>config_X:Y<br>
|
||||||
Note: if the model is set (see MANUFACTURER_SPECIFIC get), then more
|
Note: if the model is set (see MANUFACTURER_SPECIFIC get), then more
|
||||||
|
|||||||
Reference in New Issue
Block a user