mysa-js-sdk
    Preparing search index...

    Interface representing a request to check and retrieve device settings.

    This message is sent to query a device for its current configuration and settings. The response typically includes device parameters, modes, and other configuration data needed for proper device management.

    interface CheckDeviceSettings {
        Device: string;
        EventType: number;
        MsgType: CHECK_DEVICE_SETTINGS;
        Timestamp: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Device: string

    Device identifier string

    EventType: number

    Event type identifier specifying what kind of settings check to perform

    The strongly-typed message type identifier

    Timestamp: number

    Unix timestamp when the message was created