@@ -3,105 +3,105 @@ IoT Hub ESP32 AirLift Networking
3
3
4
4
Ensure your IoT Hub device works with this simple test.
5
5
6
- .. literalinclude :: ../examples/esp32spi /azureiot_hub_simpletest.py
7
- :caption: examples/esp32spi /azureiot_hub_simpletest.py
6
+ .. literalinclude :: ../examples/azureiot_esp32spi /azureiot_hub_simpletest.py
7
+ :caption: examples/azureiot_esp32spi /azureiot_hub_simpletest.py
8
8
:linenos:
9
9
10
10
Handle direct methods.
11
11
12
- .. literalinclude :: ../examples/esp32spi /azureiot_hub_directmethods.py
13
- :caption: examples/esp32spi /azureiot_hub_directmethods.py
12
+ .. literalinclude :: ../examples/azureiot_esp32spi /azureiot_hub_directmethods.py
13
+ :caption: examples/azureiot_esp32spi /azureiot_hub_directmethods.py
14
14
:linenos:
15
15
16
16
Send device to cloud messages, and handle cloud to device messages.
17
17
18
- .. literalinclude :: ../examples/esp32spi /azureiot_hub_messages.py
19
- :caption: examples/esp32spi /azureiot_hub_messages.py
18
+ .. literalinclude :: ../examples/azureiot_esp32spi /azureiot_hub_messages.py
19
+ :caption: examples/azureiot_esp32spi /azureiot_hub_messages.py
20
20
:linenos:
21
21
22
22
Update the reported properties of the devices device twin, and receive updates to desired properties.
23
23
24
- .. literalinclude :: ../examples/esp32spi /azureiot_hub_twin_operations.py
25
- :caption: examples/esp32spi /azureiot_hub_twin_operations.py
24
+ .. literalinclude :: ../examples/azureiot_esp32spi /azureiot_hub_twin_operations.py
25
+ :caption: examples/azureiot_esp32spi /azureiot_hub_twin_operations.py
26
26
:linenos:
27
27
28
28
IoT Central ESP32 AirLift Networking
29
29
------------------------------------
30
30
31
31
Ensure your IoT Central device works with this simple test.
32
32
33
- .. literalinclude :: ../examples/esp32spi /azureiot_central_simpletest.py
34
- :caption: examples/esp32spi /azureiot_central_simpletest.py
33
+ .. literalinclude :: ../examples/azureiot_esp32spi /azureiot_central_simpletest.py
34
+ :caption: examples/azureiot_esp32spi /azureiot_central_simpletest.py
35
35
:linenos:
36
36
37
37
Handle commands.
38
38
39
- .. literalinclude :: ../examples/esp32spi /azureiot_central_commands.py
40
- :caption: examples/esp32spi /azureiot_central_commands.py
39
+ .. literalinclude :: ../examples/azureiot_esp32spi /azureiot_central_commands.py
40
+ :caption: examples/azureiot_esp32spi /azureiot_central_commands.py
41
41
:linenos:
42
42
43
43
Update the properties of the device, and receive updates to properties.
44
44
45
- .. literalinclude :: ../examples/esp32spi /azureiot_central_properties.py
46
- :caption: examples/esp32spi /azureiot_central_properties.py
45
+ .. literalinclude :: ../examples/azureiot_esp32spi /azureiot_central_properties.py
46
+ :caption: examples/azureiot_esp32spi /azureiot_central_properties.py
47
47
:linenos:
48
48
49
49
Handle connection errors.
50
50
51
- .. literalinclude :: ../examples/esp32spi /azureiot_central_notconnected.py
52
- :caption: examples/esp32spi /azureiot_central_notconnected.py
51
+ .. literalinclude :: ../examples/azureiot_esp32spi /azureiot_central_notconnected.py
52
+ :caption: examples/azureiot_esp32spi /azureiot_central_notconnected.py
53
53
:linenos:
54
54
55
55
IoT Hub Native Networking
56
56
-------------------------
57
57
58
58
Ensure your IoT Hub device works with this simple test.
59
59
60
- .. literalinclude :: ../examples/native_networking /azureiot_hub_simpletest.py
61
- :caption: examples/native_networking /azureiot_hub_simpletest.py
60
+ .. literalinclude :: ../examples/azureiot_native_networking /azureiot_hub_simpletest.py
61
+ :caption: examples/azureiot_native_networking /azureiot_hub_simpletest.py
62
62
:linenos:
63
63
64
64
Handle direct methods.
65
65
66
- .. literalinclude :: ../examples/native_networking /azureiot_hub_directmethods.py
67
- :caption: examples/native_networking /azureiot_hub_directmethods.py
66
+ .. literalinclude :: ../examples/azureiot_native_networking /azureiot_hub_directmethods.py
67
+ :caption: examples/azureiot_native_networking /azureiot_hub_directmethods.py
68
68
:linenos:
69
69
70
70
Send device to cloud messages, and handle cloud to device messages.
71
71
72
- .. literalinclude :: ../examples/native_networking /azureiot_hub_messages.py
73
- :caption: examples/native_networking /azureiot_hub_messages.py
72
+ .. literalinclude :: ../examples/azureiot_native_networking /azureiot_hub_messages.py
73
+ :caption: examples/azureiot_native_networking /azureiot_hub_messages.py
74
74
:linenos:
75
75
76
76
Update the reported properties of the devices device twin, and receive updates to desired properties.
77
77
78
- .. literalinclude :: ../examples/native_networking /azureiot_hub_twin_operations.py
79
- :caption: examples/native_networking /azureiot_hub_twin_operations.py
78
+ .. literalinclude :: ../examples/azureiot_native_networking /azureiot_hub_twin_operations.py
79
+ :caption: examples/azureiot_native_networking /azureiot_hub_twin_operations.py
80
80
:linenos:
81
81
82
82
IoT Central Native Networking
83
83
-----------------------------
84
84
85
85
Ensure your IoT Central device works with this simple test.
86
86
87
- .. literalinclude :: ../examples/native_networking /azureiot_central_simpletest.py
88
- :caption: examples/native_networking /azureiot_central_simpletest.py
87
+ .. literalinclude :: ../examples/azureiot_native_networking /azureiot_central_simpletest.py
88
+ :caption: examples/azureiot_native_networking /azureiot_central_simpletest.py
89
89
:linenos:
90
90
91
91
Handle commands.
92
92
93
- .. literalinclude :: ../examples/native_networking /azureiot_central_commands.py
94
- :caption: examples/native_networking /azureiot_central_commands.py
93
+ .. literalinclude :: ../examples/azureiot_native_networking /azureiot_central_commands.py
94
+ :caption: examples/azureiot_native_networking /azureiot_central_commands.py
95
95
:linenos:
96
96
97
97
Update the properties of the device, and receive updates to properties.
98
98
99
- .. literalinclude :: ../examples/native_networking /azureiot_central_properties.py
100
- :caption: examples/native_networking /azureiot_central_properties.py
99
+ .. literalinclude :: ../examples/azureiot_native_networking /azureiot_central_properties.py
100
+ :caption: examples/azureiot_native_networking /azureiot_central_properties.py
101
101
:linenos:
102
102
103
103
Handle connection errors.
104
104
105
- .. literalinclude :: ../examples/native_networking /azureiot_central_notconnected.py
106
- :caption: examples/native_networking /azureiot_central_notconnected.py
105
+ .. literalinclude :: ../examples/azureiot_native_networking /azureiot_central_notconnected.py
106
+ :caption: examples/azureiot_native_networking /azureiot_central_notconnected.py
107
107
:linenos:
0 commit comments