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

    Interface CharacteristicReadDataValue

    interface CharacteristicReadDataValue {
        aid: number;
        ev?: boolean;
        format?: string;
        iid: number;
        maxLen?: number;
        maxValue?: number;
        minStep?: number;
        minValue?: number;
        perms?: Perms[];
        status?: SUCCESS;
        type?: string;
        unit?: string;
        value: null | CharacteristicValue;
    }

    Hierarchy (View Summary)

    Index

    Properties

    aid: number
    ev?: boolean
    format?: string
    iid: number
    maxLen?: number
    maxValue?: number
    minStep?: number
    minValue?: number
    perms?: Perms[]
    status?: SUCCESS
    type?: string
    unit?: string
    value: null | CharacteristicValue