node-switchbot
    Preparing search index...

    Interface DeviceListResponse

    Device list response from OpenAPI

    interface DeviceListResponse {
        deviceList: APIDevice[];
        infraredRemoteList?: APIInfraredRemote[];
    }
    Index

    Properties

    deviceList: APIDevice[]
    infraredRemoteList?: APIInfraredRemote[]