From a2fdf6e139207e7b0e0270c8a167c6a30c8fe61d Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 3 Jan 2019 01:36:35 -0500 Subject: Add status event 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 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index ab76ec2..310f16b 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit 1.2.3-korg