Skip to content

Commit 61980a9

Browse files
committed
docs(binding-coap): update documentation of getPropertyOpValues
1 parent d04c813 commit 61980a9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

packages/binding-coap/src/util.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)