TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface DeviceConstructorParams

    token

    interface DeviceConstructorParams {
        region?: RegionsObj | Regions;
        token: string;
    }
    Index

    Properties

    Properties

    region?: RegionsObj | Regions
    token: string