Changes between Version 5 and Version 6 of iot/avnetiotconnect


Ignore:
Timestamp:
05/12/2020 10:23:28 PM (4 years ago)
Author:
Ryan Erbstoesser
Comment:

adjust unique variables

Legend:

Unmodified
Added
Removed
Modified
  • iot/avnetiotconnect

    v5 v6  
    121121 while True:
    122122    try:
    123         env = "AVNETPOC"
     123        env = "enter_evn_name_here"
    124124
    125         uniqueId = "gateworks1"
    126         cpId = "Mk8TRDcxXTItMfZB4y00NzdFLfk2QfAtMzU4NjVGNDdGNDk3sWFjY2Vzc0tFWSfjMzNsc3MwNs4m"
     125        uniqueId = "enter_device_id_here_example_device1"
     126        cpId = "enter_company_id_here_from_avnet_portal"
    127127
    128128        with IoTConnectSDK(cpId, uniqueId, callbackMessage, callbackTwinMessage, env) as sdk: