j-kaltes / Juggluco

Android app for Freestyle Libre 1,2 and 3 and Chinese Sibionics sensors
GNU General Public License v3.0
217 stars 56 forks source link

documentation => api response => "stable" response value does not match documentation value #150

Closed nigzak closed 6 months ago

nigzak commented 6 months ago

Started webserver on Android called http://MY_IP:17580/x/stream?token=MY_TOKEN

I got the respose line

....    2   19003   142 -0.37   STABLE

Looking to the documentation should it not be named "STEADY"? image

received: image

Maybe the documentation is outdated (?) https://www.juggluco.nl/Juggluco/webserver.html

j-kaltes commented 6 months ago

The web server interface always called it "STABLE". Just another word for the same thing. At other places I call it also "steady": https://www.juggluco.nl/Juggluco/addwatch.html https://www.juggluco.nl/Juggluco/glucosebroadcast.html The table is meant to give meaning to the rate of change parameter in the first column of the table, but using the same label as returned by the web interface is better. I have now corrected it at https://www.juggluco.nl/Juggluco/webserver.html.