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

    Interface ServiceJsonObject

    interface ServiceJsonObject {
        characteristics: CharacteristicJsonObject[];
        hidden?: boolean;
        iid: number;
        linked?: number[];
        primary?: boolean;
        type: string;
    }
    Index

    Properties

    characteristics: CharacteristicJsonObject[]
    hidden?: boolean
    iid: number
    linked?: number[]
    primary?: boolean
    type: string