-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
From https://mailarchive.ietf.org/arch/msg/core/JFK9bJOBiZfP_TNFgcWUMOWOf0c/
*Q4:*Is it correct to assume that Conditional Notification Attributes,
Conditional Control Attributes and other query parameters can be present
in the same query? Is there some order in the evaluation? maybe this
does not matter as all of them have to be valid anyways? For example,
the example below:
|REQ: GET
coap://coap.me:5683/sensor?precision=0.1&c.band&c.gt=30&c.con&|c.pmax=10
- |precision=0.1|: application specific, indicates precision of|0.1|.
- |c.gt=30|: This parameter sets a threshold, indicating that a
notification should be triggered when the resource value exceeds 30. - |c.band|: Modifier of|c.gt|parameter. It is alone so it sets an
upper bound. We will get notifications that are less than 30. - |c.con|: This parameter indicates that the notification must be
confirmable, requiring an acknowledgment from the client. - |c.pmax|: This parameter indicates that we should get notifications
at least every 10 seconds.
Metadata
Metadata
Assignees
Labels
No labels