From cfcceea5018b4e7be3e3b10430818b9cd935c85b Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Fri, 5 Jan 2024 04:57:23 +0100 Subject: [PATCH] fixup! feat!: rework library structure --- lib/src/core/definitions.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/src/core/definitions.dart b/lib/src/core/definitions.dart index 01cb828f..636c1572 100644 --- a/lib/src/core/definitions.dart +++ b/lib/src/core/definitions.dart @@ -5,7 +5,8 @@ // SPDX-License-Identifier: BSD-3-Clause /// Provides Thing Description and Thing Model Definitions that follow the -/// [WoT Thing Description Specification][spec link]. +/// [WoT Thing Description Specification][spec link] as well as additional data +/// models for passing credentials to the Scripting API implementation. /// /// [spec link]: https://www.w3.org/TR/wot-thing-description11/ library definitions;