Microcontrollers
  1. E-Ink Assistant
Microcontrollers
  • E-Ink Assistant
    • index
      GET
    • version
      GET
    • status
      GET
    • get config
      GET
    • set config
      POST
    • reset config
      GET
    • update
      POST
    • display
      POST
  1. E-Ink Assistant

status

正式环境
http://einkassistant.local
正式环境
http://einkassistant.local
GET
/status
责任人:未设置

请求参数

无

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://einkassistant.local/status'

返回响应

🟢200成功
application/json
Body
reset_reason
string 
必需
cycle_count
integer 
必需
free_heap
integer 
必需
heap_fragment
integer 
必需
max_free_block
integer 
必需
RSSI
integer 
必需
page
integer 
必需
next_update
integer 
必需
示例
{
    "reset_reason": "External System",
    "cycle_count": 236882033,
    "free_heap": 18392,
    "heap_fragment": 5,
    "max_free_block": 17656,
    "RSSI": -70,
    "page": 0,
    "next_update": 1661446800
}
修改于 2022-08-26 05:31:04
上一页
version
下一页
get config
Built with