changes.mady.by.user Sven Zeisberg
Saved on Apr 01, 2024
Saved on May 18, 2024
...
Topic
merlin/vhit/progress
QoS
1
Retain
true
Data
{"code":"{\n \"state\": \"detected\",\n \"plane\": \"lateral\",\n \"timestamp\": 1709291469016135,\n \"speed\": 154.22878606092254,\n \"threshold\": 150\n}","theme":"default","language":"json","showLineNumbers":true}
{"code":"{\n \"state\": \"completed\",\n \"plane\": \"lateral\",\n \"timestamp\": 1709291470876506,\n \"speed\": 154.22878606092254,\n \"threshold\": 150\n}","theme":"default","language":"json","showLineNumbers":true}
struct
{"code":"type VHitInfo struct {\n\tState string `json:\"state\"`\n\tPlane string `json:\"plane\"`\n\tTimestamp int64 `json:\"timestamp\"`\n\tSpeed float64 `json:\"speed\"`\n\tThreshold float64 `json:\"threshold\"`\n}","theme":"default","language":"json","showLineNumbers":true}