Skip to content

Commit 7e66828

Browse files
committed
Update api.md
1 parent 732c2d9 commit 7e66828

File tree

1 file changed

+0
-65
lines changed

1 file changed

+0
-65
lines changed

Diff for: docs/api.md

-65
Original file line numberDiff line numberDiff 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

170105
Gets the connection handler used.

0 commit comments

Comments
 (0)