mysa-js-sdk
    Preparing search index...

    Interface representing a device post-boot notification from a Mysa device.

    This message is sent when a device has completed its boot sequence and is ready for normal operation. It serves as a signal that the device has successfully initialized and is available for commands and status requests.

    interface DevicePostBoot {
        Device: string;
        MsgType: DEVICE_POST_BOOT;
        Timestamp: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Device: string

    Device identifier string

    The strongly-typed message type identifier

    Timestamp: number

    Unix timestamp when the message was created