Changes between Version 4 and Version 5 of Internal/AntennaController
- Timestamp:
- Sep 28, 2016, 8:49:42 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/AntennaController
v4 v5 4 4 All valid calls will reply with formatted XML. The first line will be `<response status="OK">` for commands that execute correctly, or `<response status="ERROR">` if either the parameters passed are invalid of the call failed for some other reason (check /var/log/syslog on the relevant Pi for more information). 5 5 || '''REST API Call''' || '''Description''' || 6 || /Antenna/enable || Powers up the antenna and enables further communication. ||6 || /Antenna/enable || Powers up the antenna and enables further communication. Takes 3-4 seconds for antenna to "boot up". || 7 7 || /Antenna/disable || Powers down the antenna. || 8 8 || /Antenna/select?pattern=''<int>'' || Selects the requested antenna pattern (valid numbers: 0 to 49) ||