Libertas OS API Documentation
    Preparing search index...

    Type Alias LibertasDeviceSubscribeReq

    LibertasDeviceSubscribeReq: [
        device: LibertasDevice,
        clusterSubRequests: LibertasClusterSubscribeReq[],
        eventMin?: number,
    ]

    Represents a subscription request of a logical device. eventMin is required if event subscription is included.

    We currently do not support subscribe by array index. We think it is bad design. We may add that support in the future if there is real need.