Hans Seiffert
Hans Seiffert
Hey @bshirley. Thanks for the hint. I will fix the default value back to `false`.
State of the iOS App: - `wheelchair_toilet` is send during toilet updates using [`/nodes/%@/update_toilet`] - the toilet state isn't set during complete node updates [`nodes/%@/`]
If the iOS app sends `toilet_wheelchair` it receives the error `"error":"Param wheelchair_toilet is missing"` during toilet state updates. Will the backend be updated or should the iOS app use `wheelchair_toilet...
@Svenyo Yes, the same error occurs.
Ok, I'll add `wheelchair_toilet` to the complete node update and keep it in the toilet update.