todbot / blink1

Official software for blink(1) USB RGB LED by ThingM
https://blink1.thingm.com/
Other
953 stars 237 forks source link

HTTP API: Typo in blink(1) Status JSON? Quotes issue? #662

Open atchoo78 opened 3 years ago

atchoo78 commented 3 years ago

Hi,

From the URL http://127.0.0.1:8934/blink1, I get the following JSON response:

{
  "blink1_serialnums": [
    "3f84611e"
  ],
  "blink1_id": "08D1A6D73f84611e",
  "status": "blink1 id"
}

I'm guessing that "blink1 id" is supposed to be the actual blink1 id (same as the blink1_id response) or a status code?

todbot commented 3 years ago

Hi! I'm unclear what you're asking about.

Also, I'm assuming you're asking this about the Blink1Control2 app's API server. If so, and you have further questions, please open up on an issue on its repo: https://github.com/todbot/blink1control2