get_connection_health
Assess the transport link to a ZerOS lighting console, reporting connection status over TCP or UDP, noting that a healthy link does not guarantee command receipt.
Instructions
Reports what can be determined about the link to the console.
How much that is depends entirely on the transport. Over TCP a connection either establishes or it does not, which is real evidence. Over UDP there is none to be had: nothing is ever returned, and a successful send only means the packet left this machine.
Either way, a healthy link is not evidence that any individual command was understood. ZerOS acknowledges nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||