Update 3.5. pri request=bikes_available

This commit is contained in:
Rainer Gümpelein 2022-12-30 14:40:38 +00:00
parent a13a9cbccb
commit cb9d72141f

View file

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