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

    Interface AccessoryJsonObject

    interface AccessoryJsonObject {
        aid: number;
        services: ServiceJsonObject[];
    }
    Index

    Properties

    Properties

    aid: number
    services: ServiceJsonObject[]