Changes between Version 4 and Version 5 of iot/avnetiotconnect
- Timestamp:
- 05/11/2020 06:34:27 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
iot/avnetiotconnect
v4 v5 92 92 93 93 == Source Demo Code Reference 94 The below code is gateworks.py that was used in the demo above. 95 Please note to change the cpId. 94 96 {{{ 95 97 #!python … … 122 124 123 125 uniqueId = "gateworks1" 124 cpId = "Mk FTRDcxXTItMfZBNy00NzdFLfk2QfAtMzU4NjVGNDdGNDk3sWFjY2Vzc0tFWSfjMzNsc3MwNsFm"126 cpId = "Mk8TRDcxXTItMfZB4y00NzdFLfk2QfAtMzU4NjVGNDdGNDk3sWFjY2Vzc0tFWSfjMzNsc3MwNs4m" 125 127 126 128 with IoTConnectSDK(cpId, uniqueId, callbackMessage, callbackTwinMessage, env) as sdk: