Skip to content

support updating global variables via FastAPI #357

@0suu

Description

@0suu

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions