Subversion Repositories HomeAutomation

Rev

Rev 641 | Blame | Compare with Previous | Last modification | View Log | SVN | RSS feed

  1. <?xml version='1.0' encoding='utf-8'?>
  2.  
  3. <!-- Configuration file for the Vagnen Macbeth module. -->
  4. <modvagnen>
  5.    
  6.     <list name="stops">
  7.         <item>
  8.             <!-- what bus/tram stop -->
  9.             <field name="stop" value="mossen"/>
  10.            
  11.             <field name="displayname" value="Mossen"/>
  12.             <!-- what bus/tram lines that should be fetched from this stop -->
  13.             <field name="includelines" value="49,52"/>
  14.             <!-- stodjer aven excludelines, sa den visar alla utom de man exkluderar -->
  15.            
  16.             <!-- exclude lines with a specific end station / destination -->
  17.             <!--field name="excludedest" value="linnplatsen"/-->
  18.             <field name="excludedest" value="linn"/>
  19.             <!-- borde val stodja includedest ocksa, for att endast ta med linjer till en viss hallplats -->
  20.         </item>
  21.         <item>
  22.             <!-- what bus/tram stop -->
  23.             <field name="stop" value="Pilb%c3%a5gsgatan"/>
  24.            
  25.             <field name="displayname" value="Pilbagsg."/>
  26.             <!-- what bus/tram lines that should be fetched from this stop -->
  27.             <field name="includelines" value="40,42,45,48"/>
  28.             <!-- stodjer aven excludelines, sa den visar alla utom de man exkluderar -->
  29.            
  30.             <!-- exclude lines with a specific end station / destination -->
  31.             <!--field name="excludedest" value="linnplatsen"/-->
  32.             <field name="excludedest" value="linn,fredriksdal"/>
  33.             <!-- borde val stodja includedest ocksa, for att endast ta med linjer till en viss hallplats -->
  34.         </item>
  35.     </list>
  36.  
  37.    
  38. </modvagnen>