| 147 | # Groups used for handling a list of aliases. |
| 148 | # |
| 149 | # Usage examples: |
| 150 | # Group Name Delay Aliases |
| 151 | # Group Livingroom_walls 60 Livingroom_wall_north Livingroom_wall_east |
| 152 | # Group Kitchen 5 Kitchen_cabinets Kitchen_window |
| 153 | # |
| 154 | Group allDevices 10 Device1 Device2 |
| 155 | |
| 156 | # Timer rules for reciever devices. |
| 157 | # |
| 158 | # Usage examples: |
| 159 | # Rule Alias DeviceOn DeviceOff |
| 160 | # |
| 161 | # Rule BedroomWindow Sunrise Sunrise+01:30 |
| 162 | # Rule BedroomWindow 18:33 23:10+Random(00:45) |
| 163 | # Rule MythTv_Backlight Weekend/20:00 Weekend/Sunset |
| 164 | # Rule device42 2008-03-##/18:45 2008-03-##/22:11 |
| 165 | # Rule device42 No 02:00 |
| 166 | # |
| 167 | Rule device1 weekend/sunrise weekend/08:45 |
| 168 | Rule device1 sunset+00:15 23:30+Random(00:20) |
| 169 | Rule device2 Workweek/07:00+Dimmer(00:02,0,200,25) weekend/08:45 |
| 170 | Rule allDevices 16:45 23:45 |
219 | | # |
220 | | # This program is free software: you can redistribute it and/or modify |
221 | | # it under the terms of the GNU General Public License as published by |
222 | | # the Free Software Foundation, either version 3 of the License, or |
223 | | # (at your option) any later version. |
224 | | # |
225 | | # This program is distributed in the hope that it will be useful, |
226 | | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
227 | | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
228 | | # GNU General Public License for more details. |
229 | | # |
230 | | # You should have received a copy of the GNU General Public License |
231 | | # along with this program. If not, see <http://www.gnu.org/licenses/>. |
232 | | # |
233 | | ################################################################################ |