Changes between Version 6 and Version 7 of WikiStart
- Timestamp:
- 2015-02-11 14:53:11 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v6 v7 7 7 * Vera with UI5. 8 8 * Serial interface or Ethernet interface to AVR. 9 * DLNA Media Controller plugin - Common library for UPnP AV.10 9 11 10 == Supported Devices == … … 45 44 == How To (installation from the MiOS Marketplace)== 46 45 * Install the Denon Receiver Control plugin from the MiOS Marketplace. 47 * Install the DLNA Media Controller plugin from the MiOS Marketplace.48 46 49 47 == How To (manual installation) == … … 55 53 [[http://code.mios.com/trac/mios_denon-receiver-control/browser/branches/UI5Update]] 56 54 57 58 2. Download the plugin files using the Zip Archive link at the bottom of this page: -59 60 [[http://code.mios.com/trac/mios_dlna-cntroller/browser/tags/1.2]]61 55 62 56 3. Unzip the ZIP archive … … 72 66 * S_DenonReceiver1.xml 73 67 * J_AVRReceiver1.js 74 * S_DLNAAVTransport1.xml 75 * S_DLNARenderingControl1.xml 68 * S_DenonRenderingControl1.xml 76 69 77 70 == Create a device == … … 89 82 5. Close the popup window that informs you about the creation of a new device, then push the Reload button. 90 83 91 6. When reload is done, refresh your Web browser cache (Ctrl+F5 in most of the browsers) 84 6. When reload is done, refresh your Web browser cache (Ctrl+F5 in most of the browsers) 85 86 == Services == 87 The current services are supported in the plugin 88 *urn:micasaverde-com:serviceId:InputSelection1 Input1 --> Input10 89 90 *urn:denon-com:serviceId:Receiver1 Input11 --> Input20 91 92 *urn:denon-com:serviceId:Receiver1 SetInputTarget, GetInputTarget, SendCommand 93 94 *urn:micasaverde-com:serviceId:DiscretePower1 Off, On 95 96 *urn:upnp-org:serviceId:SwitchPower1 SetTarget, GetStatus, GetTarget 97 98 *urn:upnp-org:serviceId:RenderingControl1 SetMute, GetMute, SetVolume, GetVolume, SetVolumeDB, GetVolumeDB 99 100 *urn:micasaverde-com:serviceId:Volume1 Mute, Up, Down 92 101 93 102 == Issues ==