mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
documentaion fixes
git-svn-id: https://svn.fhem.de/fhem/trunk@3727 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
3bfa23dd96
commit
8d2ea7c320
@ -689,6 +689,7 @@ HUEDevice_GetUpdate($)
|
|||||||
<li>transitiontime <time><br>
|
<li>transitiontime <time><br>
|
||||||
set the transitiontime to <time> 1/10s</li>
|
set the transitiontime to <time> 1/10s</li>
|
||||||
<li>rgb <rrggbb></li>
|
<li>rgb <rrggbb></li>
|
||||||
|
<li><a href="#setExtensions"> set extensions</a> are supported.</li>
|
||||||
<br>
|
<br>
|
||||||
Note:
|
Note:
|
||||||
<ul>
|
<ul>
|
||||||
@ -712,13 +713,13 @@ HUEDevice_GetUpdate($)
|
|||||||
<b>Attributes</b>
|
<b>Attributes</b>
|
||||||
<ul>
|
<ul>
|
||||||
<li>color-icon<br>
|
<li>color-icon<br>
|
||||||
1 -> use lamp color as icon color and 100% shape as icon shape<br>
|
1 -> use lamp color as icon color and 100% shape as icon shape<br>
|
||||||
2 -> use lamp color scaled to full brightness as icon color and dim state as icon shape</li>
|
2 -> use lamp color scaled to full brightness as icon color and dim state as icon shape</li>
|
||||||
<li>subType<br>
|
<li>subType<br>
|
||||||
colordimmer, dimmer or switch, default is initialized according to device model.</li>
|
colordimmer, dimmer or switch, default is initialized according to device model.</li>
|
||||||
<li>devStateIcon<br>
|
<li>devStateIcon<br>
|
||||||
will be initialized to <code>{(HUEDevice_devStateIcon($name),"toggle")}</code> to show device color as default in room overview.</li>
|
will be initialized to <code>{(HUEDevice_devStateIcon($name),"toggle")}</code> to show device color as default in room overview.</li>
|
||||||
<li>webCmd<br>
|
<li>webCmd<br>
|
||||||
will be initialized to <code>rgb:rgb FF0000:rgb C8FF12:rgb 0000FF:toggle:on:off</code> to show colorpicker and 3 color preset buttons in room overview.</li>
|
will be initialized to <code>rgb:rgb FF0000:rgb C8FF12:rgb 0000FF:toggle:on:off</code> to show colorpicker and 3 color preset buttons in room overview.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
@ -351,8 +351,6 @@ SWAP_0000002200000003_Get($@)
|
|||||||
<ul>
|
<ul>
|
||||||
<code>define <name> SWAP_0000002200000003 <ID> 0000002200000003</code> <br>
|
<code>define <name> SWAP_0000002200000003 <ID> 0000002200000003</code> <br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
|
||||||
The ID is a 2 digit hex number to identify the mote in the panStamp network.
|
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
@ -385,7 +383,7 @@ SWAP_0000002200000003_Get($@)
|
|||||||
<li>storeIR # <code> <command><br>
|
<li>storeIR # <code> <command><br>
|
||||||
</li><br>
|
</li><br>
|
||||||
|
|
||||||
<li>getIR #|all<br>
|
<li>getIR # | all<br>
|
||||||
read content of IR regisgter # or all IR registers
|
read content of IR regisgter # or all IR registers
|
||||||
</li><br>
|
</li><br>
|
||||||
|
|
||||||
@ -397,10 +395,12 @@ SWAP_0000002200000003_Get($@)
|
|||||||
starts an endless fading loop over all fading registers [#1..#2]
|
starts an endless fading loop over all fading registers [#1..#2]
|
||||||
</li><br>
|
</li><br>
|
||||||
|
|
||||||
<li>getFade #|all<br>
|
<li>getFade # | all<br>
|
||||||
read content of fade regisgter # or all fade regisgters
|
read content of fade regisgter # or all fade regisgters
|
||||||
</li><br>
|
</li><br>
|
||||||
</ul>
|
|
||||||
|
<li><a href="#setExtensions"> set extensions</a> are supported.</li>
|
||||||
|
</ul><br>
|
||||||
|
|
||||||
<a name="SWAP_0000002200000003_Get"></a>
|
<a name="SWAP_0000002200000003_Get"></a>
|
||||||
<b>Get</b>
|
<b>Get</b>
|
||||||
@ -415,15 +415,17 @@ SWAP_0000002200000003_Get($@)
|
|||||||
<li>listFade<br>
|
<li>listFade<br>
|
||||||
list all fade registers. use getFade first.
|
list all fade registers. use getFade first.
|
||||||
</li><br>
|
</li><br>
|
||||||
</ul>
|
</ul><br>
|
||||||
|
|
||||||
<a name="SWAP_0000002200000003_Attr"></a>
|
<a name="SWAP_0000002200000003_Attr"></a>
|
||||||
<b>Attributes</b>
|
<b>Attributes</b>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>color-icon<br>
|
||||||
|
1 -> use lamp color as icon color and 100% shape as icon shape<br>
|
||||||
|
2 -> use lamp color scaled to full brightness as icon color and dim state as icon shape</li>
|
||||||
<li>ProductCode<br>
|
<li>ProductCode<br>
|
||||||
must be 0000002200000003</li><br>
|
must be 0000002200000003</li><br>
|
||||||
</ul>
|
</ul><br>
|
||||||
<br>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
=end html
|
=end html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user