Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 416 Bytes

ghosttelemetrypush.md

File metadata and controls

17 lines (10 loc) · 416 Bytes

ghostTelemetryPush()

This functions allows for sending telemetry data toward the Ghost link.

When called without parameters, it will only return the status of the output buffer without sending anything.

@status current Introduced in 2.7.0

Parameters

  • command command
  • data table of data bytes

Return value

  • boolean data queued in output buffer or not.
  • nil incorrect telemetry protocol.