From 82a7c9cea693178a4643041768df834843edea67 Mon Sep 17 00:00:00 2001
From: reluc
Date: Thu, 2 Dec 2021 16:52:01 +0100
Subject: [PATCH] feat: add activeSubscriptions and activeObservations to
ConsumedThing internal slot
---
index.html | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
index e52473f3..8a7b5960 100644
--- a/index.html
+++ b/index.html
@@ -1195,7 +1195,7 @@ The ConsumedThing interface
Meanwhile, use the writeMultipleProperties()
method instead.
- Internal slots for ConsumedThing
+ Internal slots for {{ConsumedThing}}
A {{ConsumedThing}} object has the following internal slots:
@@ -1213,6 +1213,16 @@ Internal slots for ConsumedThing
`null` |
The Thing Description of the {{ConsumedThing}}. |
+
+ [[\activeSubscriptions]] |
+ `{}` |
+ A {{Set}} containing the names of active {{Subscription}}'s for an Event |
+
+
+ [[\activeObservations]] |
+ `{}` |
+ A {{Set}} containing the names of active {{Subscription}}'s for an Property |
+