This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Next revision Both sides next revision | ||
api [2013/11/13 23:30] curlymo |
api [2013/11/15 09:06] curlymo |
||
---|---|---|---|
Line 75: | Line 75: | ||
} | } | ||
</code> | </code> | ||
- | After this command, the ''pilight-daemon'' will send the raw JSON config file in which all locations and devices are defined. This can help the controller to validate the sended codes. Additionally the config can contain a version array. The first number in the array is the currently running version, the second number is the latest upstream version. | + | After this command, the ''pilight-daemon'' will send the raw JSON config file in which all locations and devices are defined. This can help the controller to validate the sended codes. |
+ | |||
+ | //(development version) Additionally the config can contain a version array. The first number in the array is the currently running version, the second number is the latest upstream version.// | ||
<code js> | <code js> | ||
{ | { | ||
Line 153: | Line 155: | ||
**Webserver** | **Webserver** | ||
+ | |||
+ | //This feature is part of the development version of pilight// | ||
The webserver has two special pages. | The webserver has two special pages. |