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: features/nanostack/mbed-mesh-api/mbed_lib.json
+21-16Lines changed: 21 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -111,48 +111,53 @@
111
111
"value": 255
112
112
},
113
113
"wisun-network-name": {
114
-
"help": "default network name for wisun network",
114
+
"help": "Network name for a wisun network. Maximum network name length can be 32 ASCII characters excluding terminating 0",
115
115
"value": "\"Wi-SUN Network\""
116
116
},
117
117
"wisun-regulatory-domain": {
118
-
"help": "Regulator domain.",
118
+
"help": "Regulator domain value as specified in the Wi-SUN PHY Specification. Default value 3 is for EU region.",
119
119
"value": "3"
120
120
},
121
121
"wisun-operating-class": {
122
-
"help": "Operating class. Use 255 to use Nanostack default",
122
+
"help": "Operating class for the regulatory-domain as specified in the Wi-SUN PHY Specification. Wi-SUN stack uses operating-class suitable for EU-region if value 255 is used.",
123
123
"value": "255"
124
124
},
125
125
"wisun-operating-mode": {
126
-
"help": "Operating mode. Use 255 to use Nanostack default",
126
+
"help": "Operating mode as specified in the Wi-SUN PHY Specification. Wi-SUN stack uses operating-mode suitable for EU-region if value 255 is used.",
127
127
"value": "255"
128
128
},
129
129
"wisun-uc-channel-function": {
130
-
"help": "Unicast channel function.",
131
-
"value": "255"
130
+
"help": "Unicast channel function as specified in the Wi-SUN FAN specification. Wi-SUN stack will select channel function if value 255 is used.",
131
+
"value": 255
132
132
},
133
133
"wisun-bc-channel-function": {
134
-
"help": "Broadcast channel function.",
135
-
"value": "255"
134
+
"help": "Broadcast channel function as specified in the Wi-SUN FAN specification. Wi-SUN stack will select channel function if value 255 is used.",
135
+
"value": 255
136
136
},
137
137
"wisun-uc-fixed-channel": {
138
-
"help": "Default fixed channel",
139
-
"value": "0xffff"
138
+
"help": "Default 16-bit fixed channel for unicast. Used when channel hopping is not desired.",
139
+
"value_max": 65535,
140
+
"value": 65535
140
141
},
141
142
"wisun-bc-fixed-channel": {
142
-
"help": "Default fixed channel",
143
-
"value": "0xffff"
143
+
"help": "Default 16-bit fixed channel for multicast. Used when channel hopping is not desired.",
0 commit comments