Changes between Version 3 and Version 4 of WikiStart
- Timestamp:
- 2012-12-07 21:32:13 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v3 v4 10 10 === Installing the Fritz!Box call log plugin === 11 11 12 ==== From downloaded source ==== 12 13 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. 15 17 * Go to: Apps -> Develop Apps -> Create Device 16 18 * Set "Upnp Device Filename" to "D_FritzBox.xml" … … 29 31 === Variables === 30 32 31 Fetch incoming/outgoing number 33 Fetch incoming/outgoing number: 34 32 35 `luup.variable_get( 'urn:hek:serviceId:FritzBox1', "Number", <deviceId>)` 33 36 34 Fetch triggering action 37 Fetch triggering action: 38 35 39 `luup.variable_get( 'urn:hek:serviceId:FritzBox1', "Action", <deviceId>)` 36 40