From 213a3cdd25d8b88bd92e637eb50e0446fff29cf6 Mon Sep 17 00:00:00 2001 From: Cristian Recoseanu Date: Fri, 4 Aug 2023 14:10:41 +0100 Subject: [PATCH] Update README.md To further simplify and clarify --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd38f5c..94308b8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ It defines the architecture for modelling various types of devices which interre ### Why does it matter? -The modelling system provides for the definition of device configuration, control and monitoring APIs using a set of published class definitions and operating rules. In so doing, the system will support at least a basic level of interoperability between compliant devices. +The modelling system provides for the definition of device configuration, control and monitoring APIs using a set of published class definitions and operating rules. The model includes the abilities for controllers to discover full device APIs in live systems, and to reconfigure devices dynamically (i.e. at run time). @@ -21,7 +21,7 @@ In all cases, multiple simultaneous controllers are fully supported with no requ ### How does it work? -It provides the architecture for control and monitoring class hierarchies and core mechanisms for building device control APIs. In addition, NCA defines a powerful specification mechanism for optimizing sharing and reuse of NCA control designs across the industry. +It provides the architecture for control and monitoring class hierarchies and core mechanisms for building device control and monitoring APIs. ### Other specifications in the suite