Changes between Version 5 and Version 6 of iot/avnetiotconnect
- Timestamp:
- 05/12/2020 10:23:28 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
iot/avnetiotconnect
v5 v6 121 121 while True: 122 122 try: 123 env = " AVNETPOC"123 env = "enter_evn_name_here" 124 124 125 uniqueId = " gateworks1"126 cpId = " Mk8TRDcxXTItMfZB4y00NzdFLfk2QfAtMzU4NjVGNDdGNDk3sWFjY2Vzc0tFWSfjMzNsc3MwNs4m"125 uniqueId = "enter_device_id_here_example_device1" 126 cpId = "enter_company_id_here_from_avnet_portal" 127 127 128 128 with IoTConnectSDK(cpId, uniqueId, callbackMessage, callbackTwinMessage, env) as sdk: