File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
packages/binding-coap/src Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -60,11 +60,10 @@ export function filterEventOperations(opValues: string[]) {
6060/**
6161 * Function to (potentially) generate two arrays of `op` values: One with the
6262 * values "readproperty" and "writeproperty", and one with
63- * "observerproperty " and "unobserveproperty".
63+ * "observeproperty " and "unobserveproperty".
6464 *
65- * This CoAP-specific distinction is made to be able to generate
66- * separate forms for the observe-related operations, where the addition
67- * of a `subprotocol` field with a value of `cov:observe` has to be added.
65+ * This distinction is made to be able to generate separate forms for the
66+ * observe-related operations.
6867 *
6968 * @param property The property for which the forms are going to be
7069 * generated.
You can’t perform that action at this time.
0 commit comments