Support space/message field #33

Closed
opened 2024-02-12 17:42:49 +01:00 by echtnurich · 1 comment
Owner

To allow for a additional information on the actual room status, we should support the message field
SpaceAPI Schema: state/message

Specification

The field should be possible to be set with a separate endpoint after a state has been set.
PUT /state/message --data "<message>"
DELETE /state/message

As per default behavior, the message should be removed when the state changes.

Optional features:

It could be nice to have certain messages persist across states, during a time period.
Then it would either be reset on the next state change, or automatically.

To allow for a additional information on the actual room status, we should support the message field [SpaceAPI Schema: state/message](https://spaceapi.io/docs/#schema-key-state-message) ### Specification The field should be possible to be set with a separate endpoint after a state has been set. `PUT /state/message --data "<message>"` `DELETE /state/message` As per default behavior, the message should be removed when the state changes. ### Optional features: It could be nice to have certain messages persist across states, during a time period. Then it would either be reset on the next state change, or automatically.
bendodroid added the
is:feature
label 2024-02-13 16:12:11 +01:00
Member

Agreed, is useful. Will try to do that after the current refactoring.

Agreed, is useful. Will try to do that after the current refactoring.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: CCCHH/spaceapid#33
No description provided.