From 5b4ec0463aebc41bc17750c73a12f92ea456e46c Mon Sep 17 00:00:00 2001 From: Tim Wheeler <63284593+TimWheeler-SQUP@users.noreply.github.com> Date: Wed, 6 May 2026 21:05:54 +0100 Subject: [PATCH 1/2] Remove markdown table from Datto RMM README Co-Authored-By: Claude Sonnet 4.6 --- plugins/DattoRMM/v1/docs/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/plugins/DattoRMM/v1/docs/README.md b/plugins/DattoRMM/v1/docs/README.md index d1c518b..ce337fc 100644 --- a/plugins/DattoRMM/v1/docs/README.md +++ b/plugins/DattoRMM/v1/docs/README.md @@ -11,11 +11,9 @@ The following objects are imported and kept in sync: ## Data streams -| Data stream | Description | -|-------------|-------------| -| **All Devices** | Returns all devices across every site. Use this to build fleet-wide views or group by site. | -| **Open Alerts** | Returns open alerts scoped to an imported site object. Use this on site dashboards to surface active issues. | -| **Closed Alerts** | Returns resolved alerts scoped to an imported site object, for a given time range. | +- **All Devices** — Returns all devices across every site. Use this to build fleet-wide views or group by site. +- **Open Alerts** — Returns open alerts scoped to an imported site object. Use this on site dashboards to surface active issues. +- **Closed Alerts** — Returns resolved alerts scoped to an imported site object, for a given time range. ## Setup From c6ae23f3ffecabee0a13fa978fded9afd4c7d807 Mon Sep 17 00:00:00 2001 From: Tim Wheeler <63284593+TimWheeler-SQUP@users.noreply.github.com> Date: Wed, 6 May 2026 21:12:56 +0100 Subject: [PATCH 2/2] Bump Datto RMM version to 1.0.1 Co-Authored-By: Claude Sonnet 4.6 --- plugins/DattoRMM/v1/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/DattoRMM/v1/metadata.json b/plugins/DattoRMM/v1/metadata.json index d9e4125..34ffcd4 100644 --- a/plugins/DattoRMM/v1/metadata.json +++ b/plugins/DattoRMM/v1/metadata.json @@ -1,7 +1,7 @@ { "name": "datto-rmm", "displayName": "Datto RMM", - "version": "1.0.0", + "version": "1.0.1", "author": { "name": "@TimWheeler-SQUP", "type": "community"