Igor Gocalinski
Igor Gocalinski
I've also created pull request to fix this issue. https://github.com/joyent/node-ldapjs/pull/492
I just noticed that the URL endpoint `/api/config/devices/vehicle/{vehicle_name}/status` already exists in the codebase and exposes all requested information. It is not documented anywhere, so I guess it is internal, isn't...
@andig The `vehicleName` in this context is an identifier (indeed defined in vehicles) referencing a vehicle. Changing the `vehicleName` updates the reference, not the name of the vehicle itself. This...
Genau :) Select a different vehicle that is assigned to given loadpoint. Basically the same to those two REST API endpoints, but through MQTT. DELETE /loadpoints/{id}/vehicle POST /loadpoints/{id}/vehicle/{name}
Ok, I think I have a handle on it. I found were all the setters are defined, I can help document the MQTT API.