mirror of
https://gitlab.com/t6353/sharee.bike.wiki.git
synced 2024-12-22 07:36:26 +01:00
Update 3.5. pri request=bikes_available
This commit is contained in:
parent
a13a9cbccb
commit
cb9d72141f
1 changed files with 4 additions and 2 deletions
|
@ -47,7 +47,7 @@
|
||||||
**smartlock_type** JSON Object
|
**smartlock_type** JSON Object
|
||||||
| key | Required | Format | Comment |
|
| key | Required | Format | Comment |
|
||||||
| ------------------ | -------- | ---------------- | -------------------------- |
|
| ------------------ | -------- | ---------------- | -------------------------- |
|
||||||
| system | o | text | ex. "Ilockit" |
|
| engine | o | object | contains engine attributes like "manufacturer" |
|
||||||
| battery | o | object | contains smartlock battery attributes. |
|
| battery | o | object | contains smartlock battery attributes. |
|
||||||
|
|
||||||
|
|
||||||
|
@ -121,7 +121,9 @@ https://sharee-primary.example.tld/APIjsonserver?request=bikes_available&authcoo
|
||||||
"uri_operator" : "https://shareeapp-op.example.tld",
|
"uri_operator" : "https://shareeapp-op.example.tld",
|
||||||
"system" : "Ilockit",
|
"system" : "Ilockit",
|
||||||
"smartlock_type" : {
|
"smartlock_type" : {
|
||||||
"system" : "Ilockit",
|
"engine" : {
|
||||||
|
"manufacturer" : "Ilockit"
|
||||||
|
},
|
||||||
"battery" : {
|
"battery" : {
|
||||||
"charge_current_percent" : "37"
|
"charge_current_percent" : "37"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue