diff --git a/FHEM/98_structure.pm b/FHEM/98_structure.pm index 53b9abcec..4ec027fa8 100755 --- a/FHEM/98_structure.pm +++ b/FHEM/98_structure.pm @@ -429,14 +429,15 @@ structure_Attr($@)
Attribute clientstate_behavior
  • absolute
  • relative

  • Example:
    + In this example the status of kittchen is either on or off. + The status of house is either Any_on or All_off.
    - To group more devices from different types of devices you can define - a clientstate redefining on each device. For example the Reading "A" of device door - is "open" or "closed" and the state of device lamp1 should redefine from - "on" to "An" and "off" to "Aus" -
    Example:
    + To group more devices from different types of devices you can define + a clientstate redefining on each device with the attribute <struct_type>_map. + For example the reading "A" of device door is "open" or "closed" + and the state of device lamp1 should redefine from "on" to "An" and "off" to "Aus". + A special case are devices with more than 1 input port (eg. OWSWITCH). The last + example shows the attribute only with a value of "A". The propagated value of the device + are depending only of port A with an unmodified state. +
    Example:

    @@ -465,7 +472,7 @@ structure_Attr($@) Set
    @@ -486,4 +493,135 @@ structure_Attr($@) =end html +=begin html_DE + + +

    structure

    + + +=end html_DE =cut