From 7e66828df26bcdad2eb0fb0b466ea30526562b6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20S=C3=B6derby?= <35461661+karlsoderby@users.noreply.github.com> Date: Wed, 27 Sep 2023 15:03:16 +0200 Subject: [PATCH] Update api.md --- docs/api.md | 65 ----------------------------------------------------- 1 file changed, 65 deletions(-) diff --git a/docs/api.md b/docs/api.md index 40aa89f6..e4825e2d 100644 --- a/docs/api.md +++ b/docs/api.md @@ -100,71 +100,6 @@ None - `String` - Device ID. -### `setThingIdOutdatedFlag()` - -Sets a flag indicating that the Thing ID is outdated. - -#### Syntax - -``` -ArduinoCloud.setThingIdOutdatedFlag() -``` - -#### Parameters -None. - -#### Returns -Nothing. - -### `clrThingIdOutdatedFlag()` - -Clears the flag indicating that the Thing ID is outdated. - -#### Syntax - -``` -ArduinoCloud.clrThingIdOutdatedFlag() -``` - -#### Parameters -None. - -#### Returns -Nothing. - -### `getThingIdOutdatedFlag()` - -Gets the flag indicating whether the Thing ID is outdated. - -#### Syntax - -``` -ArduinoCloud.getThingOutdatedFlag() -``` - -#### Parameters -None. - -#### Returns -- Boolean (true/false) - -### `deviceNotAttached()` - -Checks if the device is not attached. - -#### Syntax - -``` -ArduinoCloud.deviceNotAttached() -``` - -#### Parameters -None. - -#### Returns - -- Boolean (true/false) - ### `getConnection()` Gets the connection handler used.