Update 5.2. tool request=bikes_all

This commit is contained in:
Rainer Gümpelein 2022-12-30 14:39:45 +00:00
parent 303878b4ba
commit a13a9cbccb

View file

@ -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"
} }