From d61dbb1211bcd19586cb16a5b8183c38ac9b5a23 Mon Sep 17 00:00:00 2001 From: Rajeev Date: Wed, 22 May 2024 16:27:07 +0200 Subject: [PATCH] Update README.md getObject example included --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ed015b..c5dadb4 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Refer to the following example projects that use connect API - [Using WebApp and Arduino Uno](https://github.com/rajeevmsn/airQualityMonitor_connect): Sending AirQuality data to connect using a web application connected to Arduino Uno and MQ135 gas sensor. - [Using ESP32 Node MCU](https://github.com/rajeevmsn/airQuality_ESP32_NodeMCU): Sending Air Quality data is updated every 10 minutes with help ESP32 Node MCU amd MQ135 gas sensor. +- [getObj](https://github.com/rajeevmsn/connect_getObject): Example to get selected classes from connect using python ## Getting Started