carp.core-kotlin
carp.core-kotlin copied to clipboard
Add `updateClientStatus` to `DeploymentService`
After some analysis, indicating a device was deployed successfully seems too different a use case from simply updating the latest client status.
One is part of the 'setup/deployment' workflow, the other is something that is called repeatedly simply so the backend is aware about the client's connectivity, incoming data, privacy mode, etc.
I think I will make these separate endpoints.