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

get config

正式环境
http://einkassistant.local
正式环境
http://einkassistant.local
GET
/config
责任人:未设置
注意: B站cookie等属于隐私, 不会在此接口中被返回

请求参数

无

示例代码

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/config'

返回响应

🟢200成功
application/json
Body
ip
string 
必需
mask
string 
必需
gateway
string 
必需
hostname
string 
必需
update_itv
integer 
必需
theme
integer 
必需
hour_step
integer 
必需
locid
integer 
必需
uid
integer 
必需
示例
{"ip":"192.168.1.12","mask":"255.255.255.0","gateway":"192.168.1.1","hostname":"einkassistant","update_itv":3600,"theme":-1,"hour_step":1,"locid":101070113,"uid":16030332}
修改于 2022-08-26 04:58:13
上一页
status
下一页
set config
Built with