Changes between Version 9 and Version 10 of WikiStart
- Timestamp:
- 2015-02-24 14:51:45 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v9 v10 61 61 * L_DenonReceiver1.lua 62 62 * createJSON.lua 63 * D_DenonReceiver1.json 64 * D_DenonReceiver1.xml 63 * D_DenonReceiver1.json for UI5 or D_DenonReceiver1_UI7.json for UI7 64 * D_DenonReceiver1.xml for UI5 or D_DenonReceiver1_UI7.xml for UI7 65 65 * I_DenonReceiver1.xml 66 66 * S_DenonReceiver1.xml 67 67 * J_AVRReceiver1.js 68 68 * S_DenonRenderingControl1.xml 69 70 71 * The icon in the zip archive needs to be uploaded to /www/cmh/skins/default/img/devices/device_states/ using command line in linux and Mac or winscp for windows. 72 73 example using linux: - 74 75 {{{ 76 scp <PATH/TO/ICON/>av_receiver_default.png root@<VERAIPAddress>:/www/cmh/skins/default/img/devices/device_states/ 77 }}} 78 79 69 80 70 81 == Create a device == … … 74 85 1. Open APPS section; open Develop Apps >> Create Device. 75 86 76 2. In the ''' Upnp Device Filename ''' input box enter D_DenonReceiver1.xml .87 2. In the ''' Upnp Device Filename ''' input box enter D_DenonReceiver1.xml for UI5 or D_DenonReceiver1_UI7.xml for UI7. 77 88 78 89 3. If the device is controlled via Ethernet in the ''' Ip Address ''' box input ip address. … … 82 93 5. Close the popup window that informs you about the creation of a new device, then push the Reload button. 83 94 95 * The luup engine will reload (three or four times) and build the static json files and point the device to the correct file. 84 96 6. When reload is done, refresh your Web browser cache (Ctrl+F5 in most of the browsers) 85 97