diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-01-03 01:36:35 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-01-04 20:50:19 +0000 |
commit | a2fdf6e139207e7b0e0270c8a167c6a30c8fe61d (patch) | |
tree | 32ceb4aa8a88200c52baeb376565fe6341d6f530 /README.md | |
parent | f1d5902c92eafd3aad62e29298502603a9b56d81 (diff) |
Add a status event to indicate playing versus stopped state, this
allows users to detect when the binding has been stopped by another
user.
Change-Id: I4c1256427f0113b535e12a2dbc121d45c93dc0dd
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -32,6 +32,10 @@ JSON response has a single field **frequency** which is the currently tuned freq JSON response has a single field **value** of the frequency of the discovered radio station. +### status Event JSON Response + +JSON response has a single field **value** with one of the values "playing" or "stopped". + # AGL Radio Tuner Binding ## FM Band Plan Selection |