Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Refactor Mqtt payload#316

Closed
Pietfried wants to merge 1 commit intomainfrom
refactor/mqtt-msg-payload
Closed

Refactor Mqtt payload#316
Pietfried wants to merge 1 commit intomainfrom
refactor/mqtt-msg-payload

Conversation

@Pietfried
Copy link
Contributor

The payload of a var message and other messages were:

{
  "data": {
      "data": <variable_value>
   }
  "msg_type": "Var"
}

and now is

{
  "data": <variable_value>,
  "msg_type": "Var"
}

Updated documentation which was also not entirely correct.

…d updated documentation

Signed-off-by: Piet Gömpel <pietgoempel@gmail.com>
@Pietfried
Copy link
Contributor Author

@hikinggrass we can also merge / migtate it after EVerest/everest-core#1584 is merged

@hikinggrass
Copy link
Member

@Pietfried you can re-open this in everest-core now :)

@hikinggrass hikinggrass closed this Dec 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants