Summary
FastAPI REST bridge currently supports updating only client variables.
Please add support for updating global variables via REST as well.
Current
POST /v1/rooms/{roomId}/devices/{deviceId}/client-variables is available.
- No endpoint exists for global variables.
Request
- Add a REST endpoint to update global variables per room.
- Use the existing global variable update path internally.
- Update related documentation.