From 8dcbbe0d723c3874e3767a10d8981e18268f2240 Mon Sep 17 00:00:00 2001 From: Jonathan Schwartz Date: Mon, 6 Jan 2025 14:51:42 +0000 Subject: [PATCH] NeoVIConnect: Add ComponentVersions support --- include/icsneo/device/tree/neoviconnect/neoviconnect.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/icsneo/device/tree/neoviconnect/neoviconnect.h b/include/icsneo/device/tree/neoviconnect/neoviconnect.h index eeae143..b462633 100644 --- a/include/icsneo/device/tree/neoviconnect/neoviconnect.h +++ b/include/icsneo/device/tree/neoviconnect/neoviconnect.h @@ -68,6 +68,8 @@ protected: std::optional getCoreminiStartAddressSD() const override { return 0; } + + bool supportsComponentVersions() const override { return true; } }; }