Changes between Version 4 and Version 5 of iot/avnetiotconnect


Ignore:
Timestamp:
05/11/2020 06:34:27 PM (4 years ago)
Author:
Ryan Erbstoesser
Comment:

add next steps

Legend:

Unmodified
Added
Removed
Modified
  • iot/avnetiotconnect

    v4 v5  
    9292
    9393== Source Demo Code Reference
     94The below code is gateworks.py that was used in the demo above.
     95Please note to change the cpId.
    9496{{{
    9597#!python
     
    122124
    123125        uniqueId = "gateworks1"
    124         cpId = "MkFTRDcxXTItMfZBNy00NzdFLfk2QfAtMzU4NjVGNDdGNDk3sWFjY2Vzc0tFWSfjMzNsc3MwNsFm"
     126        cpId = "Mk8TRDcxXTItMfZB4y00NzdFLfk2QfAtMzU4NjVGNDdGNDk3sWFjY2Vzc0tFWSfjMzNsc3MwNs4m"
    125127
    126128        with IoTConnectSDK(cpId, uniqueId, callbackMessage, callbackTwinMessage, env) as sdk: