• 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.

    Returns Promise<string>

    Requires

    Device Token Access permission for the Analysis

    Requires

    Device Info Access permission for the Analysis

    Requires

    Device Configuration Parameters Access permission for the Analysis

    Requires

    Network Access permission for the Analysis