| 107 | === ikea === |
| 108 | These receivers is not sold by Ikea anymore. There is both dimmers and non dimmers. One thing that differs this protocol against all other is that it can control up to ten receivers with just one device. |
| 109 | It uses the parameters {{{system}}}, {{{units}}} and {{{fade}}}: |
| 110 | {{{system}}} can be 1 to 16. |
| 111 | |
| 112 | {{{units}}} is a comma-separeted list of receivers to address (1 to 10). |
| 113 | |
| 114 | {{{fade}}} is either {{{true}}} or {{{false}}} and tells a dimmer if is should fade smooth or instand between values. |
| 115 | |
| 116 | Example: |
| 117 | {{{ |
| 118 | parameters { |
| 119 | system = "5" |
| 120 | units = "2,6" |
| 121 | fade = "true" |
| 122 | } |
| 123 | }}} |
| 124 | |