pub async fn heartbeat(
client: &SclClient,
ctrl: &Controller,
) -> Result<(), ControllerBasicError>Expand description
Updates the ctrl object periodically with a fresh timestamp. Creates the ctrl object if
necessary.
pub async fn heartbeat(
client: &SclClient,
ctrl: &Controller,
) -> Result<(), ControllerBasicError>Updates the ctrl object periodically with a fresh timestamp. Creates the ctrl object if
necessary.