This library allows connecting to dcd hub and update value of thing property provided by property_id.
Currently, this library uses the MQTT interface to connect to the DCD hub and update particular thing property. In a future release, there will be more functionality added to ''create a new property" or "search for existing ones."
You can find a simple example of updating property values from the example folder provided with the library.
Because the DCD Arduino SDK uses other libraries as dependencies, You need to install those libraries first.
The libraries you need to install are:
- WiFiNINA: it lets WiFi-enabled Arduino connect to the internet.
- ArduinoMqttClient: This library allows you to connect to any MQTT server and send a message as the topic.
The initial beta version 0.0.1 of the dcd-sdk-arduino library to update property value on the DCD hub.
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.