sense-js-sdk
    Preparing search index...

    Interface RealtimeDeviceStatesPayload

    Represents a realtime payload containing Sense device states.

    interface RealtimeDeviceStatesPayload {
        states: { device_id: string; mode: string; state: string }[];
        update_type: string;
    }
    Index

    Properties

    Properties

    states: { device_id: string; mode: string; state: string }[]
    update_type: string