Changes between Version 3 and Version 4 of tellstickController


Ignore:
Timestamp:
Apr 19, 2010, 6:04:13 PM (14 years ago)
Author:
Rickard Andersson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • tellstickController

    v3 v4  
    122122=== tellstickControllerTdtool configuration file ===
    123123{{{
     124################################################################################
     125#
     126# Configuration file for tellstickController
     127#
     128# Copyright (C) 2008-2010 Rickard Andersson (ran42ran@gmail.com)
     129# Version: 2.0.0
     130#
     131################################################################################
     132
     133# List of location settings.
     134#
     135# Usage example:
     136# Set  Key       Value
     137#
     138# Set  Timezone  Europe/Stockholm
     139#
     140Set  Timezone   Europe/Stockholm
     141Set  Latitude   58.24
     142Set  Longitude  15.31
    124143Set  pidfile    /var/run/tellstickController.pid
    125144Set  logfile    /var/log/tellstickController.log
    126145Set  program    /usr/bin/tdtool
    127146
     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#
     154Group  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#
     167Rule  device1     weekend/sunrise                        weekend/08:45
     168Rule  device1     sunset+00:15                           23:30+Random(00:20)
     169Rule  device2     Workweek/07:00+Dimmer(00:02,0,200,25)  weekend/08:45
     170Rule  allDevices  16:45                                  23:45
    128171}}}
    129172== tellstickControllerRfcmd ==
     
    217260#
    218261################################################################################
    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 ################################################################################
    234262
    235263# List of location settings.