Add host startup and closedown messages to JSON/MQTT.

This commit is contained in:
Jonathan Naylor 2023-06-07 12:27:44 +01:00
parent 2ac5b1bcfe
commit da147031c9
3 changed files with 32 additions and 14 deletions

View file

@ -35,7 +35,8 @@
"type": "object",
"timestamp": {"$ref": "#/$defs/timestamp"},
"mode": {"$ref": "#/$defs/mmdvm_mode"},
"required": ["timestamp", "mode"]
"message": {"type": "string"},
"required": ["timestamp"]
},
"D-Star": {