From 035ff5da02133b69634cbb3e0802e6e7e1f3da65 Mon Sep 17 00:00:00 2001 From: Patrick Ritchie Date: Wed, 19 Apr 2023 00:46:21 -0400 Subject: [PATCH] Updated InfluxDB.md --- docs/InfluxDB.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/InfluxDB.md b/docs/InfluxDB.md index 2fe11a0e..10f65ca4 100644 --- a/docs/InfluxDB.md +++ b/docs/InfluxDB.md @@ -1,6 +1,8 @@ # MTConnect > InfluxDB Uses the MTConnect.NET MTConnectHttpClient class to read from an MTConnect Agent and write that data to an InfluxDB database +This is a simple example for basic Value Observations and would need to be edited to support Conditions, Datasets, Tables, TimeSeries, and Assets. + ## Example ```c# using InfluxDB.Client;