api:iptv:settings:firmware
Table of Contents
API : IPTV : Settings : Firmware
Introduction
This request will return the list of available firmwares.
Request
| URL | https://api.telecomx.dk/iptv/settings/firmware | |
|---|---|---|
| Method | GET | |
| Access level | ANY | |
Query examples
https://api.telecomx.dk/iptv/settings/firmware
Response
| JSON object | ||
|---|---|---|
| _id | Id | Id of the firmware. |
| name | String | Name of the firmware. |
| baseURL | String | Base URL to download the firmware from. |
Example
{ _id: ObjectId('12345678901234567890ABCD'), name: 'Playmaker R6', path: 'http://img.powernet.tv/firmware/playmaker_r6/' }
Errors
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |
api/iptv/settings/firmware.txt · Last modified: 2017/05/06 13:10 by Per Møller