You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**attrs**: an array of attribute names (strings) (optional).
294
293
-**blacklist**: a boolean field that specifies if `attrs` has to be interpreted
295
294
as a whitelist (if `blacklist` is equal to `false` or doesn't exist) or a
@@ -345,6 +344,9 @@ notifications. It is a number between 0 and 1800000. If defined to 0 or omitted,
345
344
More information in [covered subscription section in Orion API specification](../orion-api.md#covered-subscriptions).
346
345
-**notifyOnMetadataChange**: if `true` metadata is considered part of the value of the attribute regarding subscription triggering. If `false` metadata is not considered part of the value of the attribute regarding subscription triggering. Default behaviour (if omitted) is the one for `true`.
347
346
347
+
(*) Versions previous to Orion 4.3.0 use `isPattern` as strings (`"true"` or `"false"`). Orion suppports
348
+
reading this as strings (legacy) or as bool (current) but always stores them as bool (`true` or `false`).
0 commit comments