Changes between Version 31 and Version 32 of TellStick_conf


Ignore:
Timestamp:
Jan 4, 2012, 2:22:37 PM (12 years ago)
Author:
Stefan Persson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TellStick_conf

    v31 v32  
    172172    Uses {{{house}}} (1 to 4) and {{{unit}}} (1 to 4). Example:
    173173    {{{
    174     parameters {
    175       house = "1"
    176       unit = "1"
    177     }
     174parameters {
     175  house = "1"
     176  unit = "1"
     177}
    178178    }}}
    179179
     
    181181    Uses {{{house}}} (1 to 33554432) and {{{unit}}} (1 to 16). Example:
    182182    {{{
    183     parameters {
    184       house = "5679"
    185       unit = "1"
    186     }
     183parameters {
     184  house = "5679"
     185  unit = "1"
     186}
    187187    }}}
    188188
     
    212212    Uses {{{house}}} (1 to 1048575) and {{{unit}}} (1 to 4). Example:
    213213    {{{
    214     parameters {
    215       house = "1"
    216       unit = "1"
    217     }
     214parameters {
     215  house = "1"
     216  unit = "1"
     217}
    218218    }}}
    219219
     
    221221    Uses {{{house}}} (1 to 1048575). Example:
    222222    {{{
    223     parameters {
    224       house = "1"
    225     }
     223parameters {
     224 house = "1"
     225}
    226226    }}}
    227227