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

    Function sendDownlink

    • Perform downlink to a device using official TagoIO support. Example

      • sendDownlink(account, "736acc665bd2460018df8c52", { payload: "01", port: 05, confirmed: false })

      Parameters

      • resource: AccountDeprecated | Resources

        TagoIO SDK Account instanced class

      • device_id: string

        id of your device

      • dn_options: DownlinkOptions

        downlink parameter options.

        • Optionalconfirmed?: boolean
        • payload: string
        • port: string

      Returns Promise<string>

      Device Token Access permission for the Analysis

      Device Info Access permission for the Analysis

      Device Configuration Parameters Access permission for the Analysis

      Network Access permission for the Analysis