ad
available ad0~ad11
request: get
Related item
path | type | conditions | description |
---|---|---|---|
adX.stream |
boolean |
|
true to continuous notifying on voltage change. |
// Json Example
[
{
"ad0": {
"stream": false
}
}
]
request: deinit
path | type | conditions | description |
---|---|---|---|
adX |
null |
|
// Json Example
[
{
"ad0": null
}
]
response: get
current value (volt)
path | type | conditions | description |
---|---|---|---|
adX |
number |
|
current value (volt) |
//Response Example
[
{
"ad0": 3.3
}
]