Type Alias AutomationConnectionCheckObject

type AutomationConnectionCheckObject = {
    connected?: boolean;
    is_connected?: boolean;
}
Index

Properties

connected?: boolean

The connection status of the automation connection. When true, the automation connection is connected.

is_connected?: boolean