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

View File

@ -40,7 +40,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. Look at example response |
@ -60,7 +60,9 @@ https://shareeapp-primary.example.tld/APIjsonserver?request=bikes_all&authcookie
"FR4781" : {
"bike" : "FR4781",
"smartlock_type" : {
"system" : "Ilockit",
"engine" : {
"manufacturer" : "Ilockit"
},
"battery" : {
"charge_current_percent" : "37"
}