Skip to content

Commit 8e5ed1d

Browse files
author
Fabrizio Mirabito
committed
Rework sections
1 parent f22e456 commit 8e5ed1d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/arduino-cloud/01.getting-started/04.api-overview/api-overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,17 @@ For more examples and detailed instructions, visit the links below:
4141

4242
- [Arduino IoT Cloud Applications API Guide](/arduino-cloud/getting-started/arduino-iot-api) - a guide to using the API with JavaScript, Python & Golang.
4343

44-
## Arduino IoT Cloud Sketch library
44+
## Monitor and Control API
45+
46+
### Arduino IoT Cloud Sketch library
4547
As described above, is the Arduino library that allows your Arduino devices to connect and exchange data with the IoT Cloud. If you edit your sketch directly inside IoT Cloud or Cloud Editor, you don't need to install it: it comes out of the box.
4648

4749
You can find more details at:
4850

4951
- The [official repository](https://github.com/arduino-libraries/ArduinoIoTCloud)
5052
- The [cheat sheet](https://docs.arduino.cc/arduino-cloud/getting-started/technical-reference)
5153

52-
## Arduino IoT JS
54+
### Arduino IoT JS
5355
The `arduino-iot-js` NPM module is designed for communicating with the Arduino IoT Cloud broker using the MQTT over Websocket protocol. It is primarily used to send and receive variable values.
5456

5557
Example:

0 commit comments

Comments
 (0)