fsapi
fsapi copied to clipboard
Frontier Silicon API for PHP
Feel free to ignore the other two commits if they don't suit you.
I am just wondering if anyone has ever got the alarm settings to work via netRemote? If I use the request http://xx.xx.xx.xx/fsapi/GET/netRemote.sys.alarm.status?pin=1234 ([doc](https://github.com/flammy/fsapi/blob/master/FSAPI.md#netremotesysalarmstatus)) the answer is: ``` FS_NODE_DOES_NOT_EXIST ``` Is...
Hi, All the documentation I can see online, including this project, says that `netRemote.nav.status` can only return `0` (not ready) or `1` (ready). Mine seems to return `2` sometimes, perhaps...
Hi! Im only able to find a command, which lets me control the current FM station. Is there also a command for DAB?
Just a few fixes to get it running on php7. The try-block was necessary as my radio (SilverCrest) does not support some nodes (netRemote.sys.net.wlan.setFccTestChanNum, netRemote.sys.net.wlan.setFccTestDataRate, netRemote.sys.net.wlan.setFccTestTxDataPattern, netRemote.sys.net.wlan.setFccTestTxPower) which blocked the...
This issue isn't with the library; rather it's with the documentation in [this file](https://github.com/flammy/fsapi/blob/master/FSAPI.md). I'm having trouble using the GET_NOTIFIES operation to listen to node updates. The documentation says "This...
I've moved some nodes into folders to prevent them from being autoloaded and 'GETted' from the radio. The reason for that is, that some of the nodes contain the 'GET'...
Not all Commands are available if the device is in standby (maybe also in different modes). There should be a blacklist or whitelist to avoid unnecessary requests.
I will start a speciall mp3 from the medie server if someone presses the door bell :) Can you help me finding a node to do so? @flammy - nice...
…xample for creating a multi-room group. Insights gained by recording UNDOK commands with two 'BLOCK' devices.