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
Copy file name to clipboardExpand all lines: draft-ietf-asdf-sdf-protocol-mapping.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -366,7 +366,7 @@ This section defines the protocol mappings registered by this document.
366
366
## BLE {#ble-pm}
367
367
368
368
The BLE protocol mapping allows SDF models to specify how properties and events
369
-
SHOULD be accessed using Bluetooth Low Energy (BLE) protocol {{BLE53}}. The
369
+
should be accessed using Bluetooth Low Energy (BLE) protocol {{BLE53}}. The
370
370
mapping includes details such as service IDs and characteristic IDs that are
371
371
used to access the corresponding SDF affordances.
372
372
@@ -495,7 +495,7 @@ to access the corresponding SDF affordances.
495
495
496
496
### Properties
497
497
498
-
An `sdfProperty` SHOULD be mapped to a Zigbee cluster attribute. The Zigbee property
498
+
An `sdfProperty` is mapped to a Zigbee cluster attribute. The Zigbee property
499
499
protocol mapping structure is defined as follows:
500
500
501
501
~~~ cddl
@@ -534,7 +534,7 @@ follows:
534
534
535
535
### Events
536
536
537
-
An `sdfEvent` SHOULD be mapped to Zigbee cluster attribute reporting. The Zigbee event
537
+
An `sdfEvent` is mapped to Zigbee cluster attribute reporting. The Zigbee event
538
538
protocol mapping structure is defined as follows:
539
539
540
540
~~~ cddl
@@ -574,7 +574,7 @@ For example, a Zigbee event mapping for a temperature change report:
574
574
575
575
### Actions
576
576
577
-
An `sdfAction` SHOULD be mapped to a Zigbee cluster command. The Zigbee protocol
577
+
An `sdfAction` is mapped to a Zigbee cluster command. The Zigbee protocol
578
578
mapping structure for actions is defined as follows:
579
579
580
580
~~~ cddl
@@ -682,7 +682,7 @@ The registry must contain the following attributes:
682
682
The specification requirements for a registration request are
683
683
defined in {{protocol-registration}}.
684
684
685
-
The designated expert(s) SHOULD verify that the protocol map name is appropriate and not likely to cause confusion with existing entries.
685
+
The designated expert(s) MUST verify that the protocol map name is appropriate and not likely to cause confusion with existing entries.
686
686
687
687
The registrant of an existing entry may request updates to that entry, subject to the same expert review.
688
688
They should verify that updates preserve backward compatibility with deployed implementations, or if breaking changes are necessary, consider whether a new registry entry is more appropriate.
0 commit comments