mysa-js-sdk
    Preparing search index...

    Enumeration OutMessageType

    Enumeration of message types for outgoing MQTT messages from devices to clients.

    These message types identify different kinds of status updates, notifications, and data reports that Mysa devices can send via MQTT. The enum values correspond to specific numeric identifiers used in the MQTT protocol.

    Index
    DEVICE_AC_STATUS: 30

    AC device status report with temperature, humidity, setpoint, and AC-specific fields

    DEVICE_IN_FLOOR_STATUS: 17

    Periodic status report from an in-floor heating thermostat (INF-V1-0)

    DEVICE_LOG: 4

    Device log entry or diagnostic information

    DEVICE_POST_BOOT

    DEVICE_POST_BOOT: 10

    Notification sent when a device completes its boot sequence

    DEVICE_SETPOINT_CHANGE: 1

    Notification that a device's temperature setpoint has been changed

    DEVICE_STATE_CHANGE: 44

    Notification that a device's operational state has changed

    DEVICE_V1_STATUS: 0

    Version 1 device status report with basic device information

    DEVICE_V2_STATUS: 40

    Version 2 device status report with enhanced device information