File tree Expand file tree Collapse file tree 1 file changed +0
-65
lines changed Expand file tree Collapse file tree 1 file changed +0
-65
lines changed Original file line number Diff line number Diff line change @@ -100,71 +100,6 @@ None
100100
101101- ` String ` - Device ID.
102102
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-
168103### ` getConnection() `
169104
170105Gets the connection handler used.
You can’t perform that action at this time.
0 commit comments