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
1 changed files with 4 additions and 2 deletions

View File

@ -47,7 +47,7 @@
**smartlock_type** JSON Object
| key | Required | Format | Comment |
| ------------------ | -------- | ---------------- | -------------------------- |
| system | o | text | ex. "Ilockit" |
| engine | o | object | contains engine attributes like "manufacturer" |
| 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",
"system" : "Ilockit",
"smartlock_type" : {
"system" : "Ilockit",
"engine" : {
"manufacturer" : "Ilockit"
},
"battery" : {
"charge_current_percent" : "37"
}