diff --git a/fhem/FHEM/31_HUEDevice.pm b/fhem/FHEM/31_HUEDevice.pm
index 1758e26f3..dfe48b5d8 100644
--- a/fhem/FHEM/31_HUEDevice.pm
+++ b/fhem/FHEM/31_HUEDevice.pm
@@ -689,6 +689,7 @@ HUEDevice_GetUpdate($)
transitiontime <time>
set the transitiontime to <time> 1/10s
rgb <rrggbb>
+ set extensions are supported.
Note:
@@ -712,13 +713,13 @@ HUEDevice_GetUpdate($)
Attributes
- color-icon
- 1 -> use lamp color as icon color and 100% shape as icon shape
- 2 -> use lamp color scaled to full brightness as icon color and dim state as icon shape
+ 1 -> use lamp color as icon color and 100% shape as icon shape
+ 2 -> use lamp color scaled to full brightness as icon color and dim state as icon shape
- subType
colordimmer, dimmer or switch, default is initialized according to device model.
- - devStateIcon
+ - devStateIcon
will be initialized to {(HUEDevice_devStateIcon($name),"toggle")}
to show device color as default in room overview.
- - webCmd
+ - webCmd
will be initialized to rgb:rgb FF0000:rgb C8FF12:rgb 0000FF:toggle:on:off
to show colorpicker and 3 color preset buttons in room overview.
diff --git a/fhem/FHEM/35_SWAP_0000002200000003.pm b/fhem/FHEM/35_SWAP_0000002200000003.pm
index 35c5ab68e..b24232754 100755
--- a/fhem/FHEM/35_SWAP_0000002200000003.pm
+++ b/fhem/FHEM/35_SWAP_0000002200000003.pm
@@ -351,8 +351,6 @@ SWAP_0000002200000003_Get($@)
define <name> SWAP_0000002200000003 <ID> 0000002200000003
-
- The ID is a 2 digit hex number to identify the mote in the panStamp network.
@@ -385,7 +383,7 @@ SWAP_0000002200000003_Get($@)
- storeIR # <code> <command>
- - getIR #|all
+ - getIR # | all
read content of IR regisgter # or all IR registers
@@ -397,10 +395,12 @@ SWAP_0000002200000003_Get($@)
starts an endless fading loop over all fading registers [#1..#2]
- - getFade #|all
+ - getFade # | all
read content of fade regisgter # or all fade regisgters
-
+
+ set extensions are supported.
+
Get
@@ -415,15 +415,17 @@ SWAP_0000002200000003_Get($@)
listFade
list all fade registers. use getFade first.
-
+
Attributes
+ - color-icon
+ 1 -> use lamp color as icon color and 100% shape as icon shape
+ 2 -> use lamp color scaled to full brightness as icon color and dim state as icon shape
- ProductCode
must be 0000002200000003
-
-
+
=end html