mysa-js-sdk
    Preparing search index...

    Interface representing a command to start publishing periodic device status updates.

    This message instructs a device to begin sending regular status reports at predefined intervals. The timeout parameter controls how long the device should continue publishing status updates before stopping automatically.

    interface StartPublishingDeviceStatus {
        Device: string;
        MsgType: START_PUBLISHING_DEVICE_STATUS;
        Timeout: number;
        Timestamp: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Device: string

    Device identifier string

    The strongly-typed message type identifier

    Timeout: number

    Timeout duration in seconds for how long to continue publishing status updates

    Timestamp: number

    Unix timestamp when the message was created