@homebridge/hap-nodejs
    Preparing search index...

    Type Alias DataStreamMessage

    type DataStreamMessage = {
        id?: number;
        message: Record<any, any>;
        protocol: string;
        status?: HDSStatus;
        topic: string;
        type: MessageType;
    }
    Index

    Properties

    id?: number
    message: Record<any, any>
    protocol: string
    status?: HDSStatus
    topic: string