File tree 1 file changed +0
-65
lines changed
1 file changed +0
-65
lines changed Original file line number Diff line number Diff line change @@ -100,71 +100,6 @@ None
100
100
101
101
- ` String ` - Device ID.
102
102
103
- ### ` setThingIdOutdatedFlag() `
104
-
105
- Sets a flag indicating that the Thing ID is outdated.
106
-
107
- #### Syntax
108
-
109
- ```
110
- ArduinoCloud.setThingIdOutdatedFlag()
111
- ```
112
-
113
- #### Parameters
114
- None.
115
-
116
- #### Returns
117
- Nothing.
118
-
119
- ### ` clrThingIdOutdatedFlag() `
120
-
121
- Clears the flag indicating that the Thing ID is outdated.
122
-
123
- #### Syntax
124
-
125
- ```
126
- ArduinoCloud.clrThingIdOutdatedFlag()
127
- ```
128
-
129
- #### Parameters
130
- None.
131
-
132
- #### Returns
133
- Nothing.
134
-
135
- ### ` getThingIdOutdatedFlag() `
136
-
137
- Gets the flag indicating whether the Thing ID is outdated.
138
-
139
- #### Syntax
140
-
141
- ```
142
- ArduinoCloud.getThingOutdatedFlag()
143
- ```
144
-
145
- #### Parameters
146
- None.
147
-
148
- #### Returns
149
- - Boolean (true/false)
150
-
151
- ### ` deviceNotAttached() `
152
-
153
- Checks if the device is not attached.
154
-
155
- #### Syntax
156
-
157
- ```
158
- ArduinoCloud.deviceNotAttached()
159
- ```
160
-
161
- #### Parameters
162
- None.
163
-
164
- #### Returns
165
-
166
- - Boolean (true/false)
167
-
168
103
### ` getConnection() `
169
104
170
105
Gets the connection handler used.
You can’t perform that action at this time.
0 commit comments