File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -91,9 +91,9 @@ IOT PROTOCOL uses middlewares and router's filtering features based on [express
9191 * binary: ` 0b011110 `
9292
9393---
94- ### [ 0] ** MSCB** : MSB_CONTROL_BYTE
94+ ### [ 0] ** MSCB**
9595
96- The Most Significant Control Byte. ** REQUIRED**
96+ The ** Most Significant Control Byte** . ** REQUIRED**
9797
9898 * Size: ` 1 byte `
9999 * Default: ` 0b00000100 ` = ` 4 ` = ` 0x4 `
@@ -108,9 +108,9 @@ The Most Significant Control Byte. **REQUIRED**
108108 - Range: ` from 1 up to 63 ` . Zero is reserved.
109109
110110---
111- ### [ 1] ** LSCB** : LSB_CONTROL_BYTE
111+ ### [ 1] ** LSCB**
112112
113- The Least Significant Control Byte. ** REQUIRED**
113+ The ** Least Significant Control Byte** . ** REQUIRED**
114114 * Size: ` 1 byte `
115115 * Default: ` 0b00000100 ` = ` 4 ` = ` 0x4 `
116116
@@ -163,7 +163,7 @@ Format: `PATH + IOT_ETX`. **SINGLE**
163163
164164---
165165
166- ### [ 4] ** HEADERS ** :
166+ ### [ 4] ** HEADERs ** :
167167
168168Headers are be Key Value Pair that serves to set an attribute value for the request. Case sensitive.
169169
You can’t perform that action at this time.
0 commit comments