Changes between Version 3 and Version 4 of WikiStart


Ignore:
Timestamp:
2012-12-07 21:32:13 (11 years ago)
Author:
hek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v3 v4  
    1010=== Installing the Fritz!Box call log plugin === 
    1111 
     12==== From downloaded source ==== 
    1213 
    13 * Go to: Apps -> Develop Apps -> Luup files 
    14 * Download and add the four files below using "Browse". Click "Restart Luup after upload" checkbox and press Go. 
     14* Download the four files found under "Browse Source">trunk above. 
     15* Go to: Apps -> Develop Apps -> Luup files in Vera UI 
     16* Add the four files using "Browse"-button. Click "Restart Luup after upload" checkbox and press Go. 
    1517* Go to: Apps -> Develop Apps -> Create Device 
    1618* Set "Upnp Device Filename" to "D_FritzBox.xml" 
     
    2931=== Variables === 
    3032 
    31 Fetch incoming/outgoing number 
     33Fetch incoming/outgoing number: 
     34 
    3235`luup.variable_get( 'urn:hek:serviceId:FritzBox1', "Number", <deviceId>)` 
    3336 
    34 Fetch triggering action 
     37Fetch triggering action: 
     38 
    3539`luup.variable_get( 'urn:hek:serviceId:FritzBox1', "Action", <deviceId>)` 
    3640