mysa-js-sdk
    Preparing search index...

    Interface representing a version 1 device status report from a Mysa device.

    This legacy status message format provides basic operational information about the device's current state, including temperature readings, electrical parameters, and configuration settings. Version 1 status reports use the MsgType field format.

    interface DeviceV1Status {
        ComboTemp: number;
        Current: number;
        Device: string;
        Humidity: number;
        MainTemp: number;
        MsgType: DEVICE_V1_STATUS;
        SetPoint: number;
        Stream: number;
        ThermistorTemp: number;
        Timestamp: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    ComboTemp: number

    Combined/calculated temperature reading

    Current: number

    Current electrical current draw in amperes

    Device: string

    Device identifier string

    Humidity: number

    Relative humidity percentage reading

    MainTemp: number

    Main temperature sensor reading

    The strongly-typed message type identifier

    SetPoint: number

    Current temperature setpoint setting

    Stream: number

    Data stream identifier or status

    ThermistorTemp: number

    Thermistor temperature sensor reading

    Timestamp: number

    Unix timestamp when the message was created