mirror of
https://gitlab.com/t6353/sharee.bike.wiki.git
synced 2024-12-22 07:36:26 +01:00
Update 5.2. tool request=bikes_all
This commit is contained in:
parent
303878b4ba
commit
a13a9cbccb
1 changed files with 4 additions and 2 deletions
|
@ -40,7 +40,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. Look at example response |
|
| battery | o | object | contains smartlock battery attributes. Look at example response |
|
||||||
|
|
||||||
|
|
||||||
|
@ -60,7 +60,9 @@ https://shareeapp-primary.example.tld/APIjsonserver?request=bikes_all&authcookie
|
||||||
"FR4781" : {
|
"FR4781" : {
|
||||||
"bike" : "FR4781",
|
"bike" : "FR4781",
|
||||||
"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