| 123 | |
| 124 | * For any other commands you can use the following service |
| 125 | {{{ |
| 126 | urn:denon-com:serviceId:Receiver1 |
| 127 | name: SendCommand |
| 128 | |
| 129 | Example: - |
| 130 | luup.call_action("urn:denon-com:serviceId:Receiver1","SendCommand",{Command="SIBD"},32) |
| 131 | }}} |
| 132 | |
| 133 | == Usage == |
| 134 | === Inputs === |
| 135 | Maximum allowed inputs is twenty and are mapped as per the following: -[[BR]] |
| 136 | |
| 137 | urn:micasaverde-com:serviceId:InputSelection1 Input 1 through to Input 10 inclusive |
| 138 | |
| 139 | |
| 140 | urn:denon-com:serviceId:Receiver1 Input 11 through to Input 20 inclusive[[BR]] |
| 141 | |
| 142 | |
| 143 | This convention was chosen due to the dynamic creation of json files for each device. As each device is different there was no point in using named inputs. The first 10 inputs are mapped to micasaverde upnp service for comparability with 3rd party apps. |
| 144 | |
| 145 | For changing inputs within a scene you will need to map between what is displayed on the buttons and the actual variables in the Volume\/Input tab |
| 146 | |