zigbee-herdsman 0.26.1 → 0.27.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/update_deps.yml +1 -0
- package/.release-please-manifest.json +1 -1
- package/CHANGELOG.md +19 -0
- package/dist/adapter/adapter.js.map +1 -1
- package/dist/adapter/deconz/adapter/deconzAdapter.js +2 -2
- package/dist/adapter/deconz/adapter/deconzAdapter.js.map +1 -1
- package/dist/adapter/deconz/driver/driver.d.ts +2 -2
- package/dist/adapter/deconz/driver/driver.d.ts.map +1 -1
- package/dist/adapter/deconz/driver/driver.js.map +1 -1
- package/dist/adapter/deconz/driver/frameParser.js.map +1 -1
- package/dist/adapter/events.js +1 -2
- package/dist/adapter/events.js.map +1 -1
- package/dist/adapter/ezsp/adapter/ezspAdapter.js +3 -3
- package/dist/adapter/ezsp/adapter/ezspAdapter.js.map +1 -1
- package/dist/adapter/ezsp/driver/commands.js +175 -175
- package/dist/adapter/ezsp/driver/commands.js.map +1 -1
- package/dist/adapter/ezsp/driver/driver.js.map +1 -1
- package/dist/adapter/ezsp/driver/ezsp.js.map +1 -1
- package/dist/adapter/ezsp/driver/multicast.js.map +1 -1
- package/dist/adapter/ezsp/driver/parser.js.map +1 -1
- package/dist/adapter/ezsp/driver/types/basic.js +12 -12
- package/dist/adapter/ezsp/driver/types/basic.js.map +1 -1
- package/dist/adapter/ezsp/driver/types/index.js.map +1 -1
- package/dist/adapter/ezsp/driver/types/named.js +39 -39
- package/dist/adapter/ezsp/driver/types/named.js.map +1 -1
- package/dist/adapter/ezsp/driver/types/struct.js +44 -44
- package/dist/adapter/ezsp/driver/types/struct.js.map +1 -1
- package/dist/adapter/ezsp/driver/uart.js.map +1 -1
- package/dist/adapter/ezsp/driver/utils/crc16ccitt.js.map +1 -1
- package/dist/adapter/ezsp/driver/utils/index.js.map +1 -1
- package/dist/adapter/ezsp/driver/writer.js.map +1 -1
- package/dist/adapter/serialPort.js +1 -1
- package/dist/adapter/serialPort.js.map +1 -1
- package/dist/adapter/serialPortUtils.js.map +1 -1
- package/dist/adapter/z-stack/adapter/adapter-backup.js.map +1 -1
- package/dist/adapter/z-stack/adapter/adapter-nv-memory.js.map +1 -1
- package/dist/adapter/z-stack/adapter/manager.js.map +1 -1
- package/dist/adapter/z-stack/adapter/tstype.js +1 -2
- package/dist/adapter/z-stack/adapter/tstype.js.map +1 -1
- package/dist/adapter/z-stack/adapter/zStackAdapter.d.ts.map +1 -1
- package/dist/adapter/z-stack/adapter/zStackAdapter.js +11 -6
- package/dist/adapter/z-stack/adapter/zStackAdapter.js.map +1 -1
- package/dist/adapter/z-stack/constants/common.d.ts +5 -5
- package/dist/adapter/z-stack/constants/common.d.ts.map +1 -1
- package/dist/adapter/z-stack/constants/common.js +11 -8
- package/dist/adapter/z-stack/constants/common.js.map +1 -1
- package/dist/adapter/z-stack/structs/entries/address-manager-entry.js +1 -1
- package/dist/adapter/z-stack/structs/entries/address-manager-entry.js.map +1 -1
- package/dist/adapter/z-stack/structs/entries/security-manager-entry.js +1 -1
- package/dist/adapter/z-stack/structs/entries/security-manager-entry.js.map +1 -1
- package/dist/adapter/z-stack/structs/struct.js.map +1 -1
- package/dist/adapter/z-stack/structs/table.js.map +1 -1
- package/dist/adapter/z-stack/unpi/constants.js +2 -4
- package/dist/adapter/z-stack/unpi/constants.js.map +1 -1
- package/dist/adapter/z-stack/unpi/frame.js.map +1 -1
- package/dist/adapter/z-stack/unpi/parser.js.map +1 -1
- package/dist/adapter/z-stack/utils/channel-list.js.map +1 -1
- package/dist/adapter/z-stack/znp/buffaloZnp.js.map +1 -1
- package/dist/adapter/z-stack/znp/znp.js +3 -3
- package/dist/adapter/z-stack/znp/znp.js.map +1 -1
- package/dist/adapter/z-stack/znp/zpiObject.js.map +1 -1
- package/dist/adapter/zigate/adapter/zigateAdapter.js +7 -7
- package/dist/adapter/zigate/adapter/zigateAdapter.js.map +1 -1
- package/dist/adapter/zigate/debug.d.ts.map +1 -1
- package/dist/adapter/zigate/debug.js +0 -3
- package/dist/adapter/zigate/debug.js.map +1 -1
- package/dist/adapter/zigate/driver/buffaloZiGate.js.map +1 -1
- package/dist/adapter/zigate/driver/commandType.js +28 -28
- package/dist/adapter/zigate/driver/commandType.js.map +1 -1
- package/dist/adapter/zigate/driver/constants.d.ts +128 -128
- package/dist/adapter/zigate/driver/constants.d.ts.map +1 -1
- package/dist/adapter/zigate/driver/constants.js +15 -15
- package/dist/adapter/zigate/driver/constants.js.map +1 -1
- package/dist/adapter/zigate/driver/frame.js.map +1 -1
- package/dist/adapter/zigate/driver/messageType.js +47 -47
- package/dist/adapter/zigate/driver/messageType.js.map +1 -1
- package/dist/adapter/zigate/driver/ziGateObject.js.map +1 -1
- package/dist/adapter/zigate/driver/zigate.js +2 -2
- package/dist/adapter/zigate/driver/zigate.js.map +1 -1
- package/dist/buffalo/buffalo.js.map +1 -1
- package/dist/controller/controller.js.map +1 -1
- package/dist/controller/database.js.map +1 -1
- package/dist/controller/events.js +5 -6
- package/dist/controller/events.js.map +1 -1
- package/dist/controller/greenPower.js +1 -1
- package/dist/controller/greenPower.js.map +1 -1
- package/dist/controller/helpers/request.js +22 -22
- package/dist/controller/helpers/request.js.map +1 -1
- package/dist/controller/helpers/requestQueue.js.map +1 -1
- package/dist/controller/helpers/zclFrameConverter.js.map +1 -1
- package/dist/controller/helpers/zclTransactionSequenceNumber.js.map +1 -1
- package/dist/controller/model/device.js +2 -2
- package/dist/controller/model/device.js.map +1 -1
- package/dist/controller/model/endpoint.js.map +1 -1
- package/dist/controller/model/group.js.map +1 -1
- package/dist/controller/touchlink.js.map +1 -1
- package/dist/controller/tstype.js +1 -2
- package/dist/controller/tstype.js.map +1 -1
- package/dist/utils/assertString.js.map +1 -1
- package/dist/utils/backup.js.map +1 -1
- package/dist/utils/queue.js.map +1 -1
- package/dist/utils/waitress.js.map +1 -1
- package/dist/zcl/buffaloZcl.js.map +1 -1
- package/dist/zcl/definition/cluster.d.ts.map +1 -1
- package/dist/zcl/definition/cluster.js +32 -30
- package/dist/zcl/definition/cluster.js.map +1 -1
- package/dist/zcl/tstype.js +1 -2
- package/dist/zcl/tstype.js.map +1 -1
- package/dist/zcl/utils.js.map +1 -1
- package/dist/zcl/zclFrame.js.map +1 -1
- package/package.json +1 -1
|
@@ -17,7 +17,7 @@ exports.FRAMES = {
|
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
19
|
getConfigurationValue: {
|
|
20
|
-
ID: 0x0052,
|
|
20
|
+
ID: 0x0052, // 82
|
|
21
21
|
request: {
|
|
22
22
|
configId: types_1.EzspConfigId
|
|
23
23
|
},
|
|
@@ -27,7 +27,7 @@ exports.FRAMES = {
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
setConfigurationValue: {
|
|
30
|
-
ID: 0x0053,
|
|
30
|
+
ID: 0x0053, // 83
|
|
31
31
|
request: {
|
|
32
32
|
configId: types_1.EzspConfigId,
|
|
33
33
|
value: types_1.uint16_t
|
|
@@ -53,7 +53,7 @@ exports.FRAMES = {
|
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
55
|
setPolicy: {
|
|
56
|
-
ID: 0x0055,
|
|
56
|
+
ID: 0x0055, //85
|
|
57
57
|
request: {
|
|
58
58
|
policyId: types_1.EzspPolicyId,
|
|
59
59
|
decisionId: types_1.EzspDecisionId
|
|
@@ -63,7 +63,7 @@ exports.FRAMES = {
|
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
65
|
getPolicy: {
|
|
66
|
-
ID: 0x0056,
|
|
66
|
+
ID: 0x0056, //86
|
|
67
67
|
request: {
|
|
68
68
|
policyId: types_1.EzspPolicyId,
|
|
69
69
|
},
|
|
@@ -73,7 +73,7 @@ exports.FRAMES = {
|
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
75
|
sendPanIdUpdate: {
|
|
76
|
-
ID: 0x0057,
|
|
76
|
+
ID: 0x0057, //87
|
|
77
77
|
request: {
|
|
78
78
|
newPan: types_1.EmberPanId,
|
|
79
79
|
},
|
|
@@ -82,7 +82,7 @@ exports.FRAMES = {
|
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
84
|
getValue: {
|
|
85
|
-
ID: 0x00AA,
|
|
85
|
+
ID: 0x00AA, // 170
|
|
86
86
|
request: {
|
|
87
87
|
valueId: types_1.EzspValueId
|
|
88
88
|
},
|
|
@@ -103,7 +103,7 @@ exports.FRAMES = {
|
|
|
103
103
|
}
|
|
104
104
|
},
|
|
105
105
|
setValue: {
|
|
106
|
-
ID: 0x00AB,
|
|
106
|
+
ID: 0x00AB, // 171
|
|
107
107
|
request: {
|
|
108
108
|
valueId: types_1.EzspValueId,
|
|
109
109
|
value: types_1.LVBytes
|
|
@@ -119,7 +119,7 @@ exports.FRAMES = {
|
|
|
119
119
|
response: null
|
|
120
120
|
},
|
|
121
121
|
echo: {
|
|
122
|
-
ID: 0x0081,
|
|
122
|
+
ID: 0x0081, // 129
|
|
123
123
|
request: {
|
|
124
124
|
data: types_1.LVBytes
|
|
125
125
|
},
|
|
@@ -128,7 +128,7 @@ exports.FRAMES = {
|
|
|
128
128
|
}
|
|
129
129
|
},
|
|
130
130
|
invalidCommand: {
|
|
131
|
-
ID: 0x0058,
|
|
131
|
+
ID: 0x0058, // 88
|
|
132
132
|
request: null,
|
|
133
133
|
response: {
|
|
134
134
|
reason: types_1.EzspStatus
|
|
@@ -155,7 +155,7 @@ exports.FRAMES = {
|
|
|
155
155
|
}
|
|
156
156
|
},
|
|
157
157
|
getToken: {
|
|
158
|
-
ID: 0x000A,
|
|
158
|
+
ID: 0x000A, // 10
|
|
159
159
|
request: {
|
|
160
160
|
tokenId: types_1.uint8_t
|
|
161
161
|
},
|
|
@@ -165,7 +165,7 @@ exports.FRAMES = {
|
|
|
165
165
|
}
|
|
166
166
|
},
|
|
167
167
|
getMfgToken: {
|
|
168
|
-
ID: 0x000B,
|
|
168
|
+
ID: 0x000B, // 11
|
|
169
169
|
request: {
|
|
170
170
|
tokenId: types_1.EzspMfgTokenId
|
|
171
171
|
},
|
|
@@ -175,7 +175,7 @@ exports.FRAMES = {
|
|
|
175
175
|
}
|
|
176
176
|
},
|
|
177
177
|
setMfgToken: {
|
|
178
|
-
ID: 0x000C,
|
|
178
|
+
ID: 0x000C, // 12
|
|
179
179
|
request: {
|
|
180
180
|
tokenId: types_1.EzspMfgTokenId,
|
|
181
181
|
tokenData: types_1.LVBytes
|
|
@@ -185,14 +185,14 @@ exports.FRAMES = {
|
|
|
185
185
|
}
|
|
186
186
|
},
|
|
187
187
|
stackTokenChangedHandler: {
|
|
188
|
-
ID: 0x000D,
|
|
188
|
+
ID: 0x000D, // 13
|
|
189
189
|
request: null,
|
|
190
190
|
response: {
|
|
191
191
|
tokenAddress: types_1.uint16_t
|
|
192
192
|
}
|
|
193
193
|
},
|
|
194
194
|
getRandomNumber: {
|
|
195
|
-
ID: 0x0049,
|
|
195
|
+
ID: 0x0049, // 73
|
|
196
196
|
request: null,
|
|
197
197
|
response: {
|
|
198
198
|
status: types_1.EmberStatus,
|
|
@@ -200,7 +200,7 @@ exports.FRAMES = {
|
|
|
200
200
|
}
|
|
201
201
|
},
|
|
202
202
|
setTimer: {
|
|
203
|
-
ID: 0x000E,
|
|
203
|
+
ID: 0x000E, // 14
|
|
204
204
|
request: {
|
|
205
205
|
timerId: types_1.uint8_t,
|
|
206
206
|
time: types_1.uint16_t,
|
|
@@ -212,7 +212,7 @@ exports.FRAMES = {
|
|
|
212
212
|
},
|
|
213
213
|
},
|
|
214
214
|
getTimer: {
|
|
215
|
-
ID: 0x004E,
|
|
215
|
+
ID: 0x004E, // 78
|
|
216
216
|
request: {
|
|
217
217
|
timerId: types_1.uint8_t
|
|
218
218
|
},
|
|
@@ -223,14 +223,14 @@ exports.FRAMES = {
|
|
|
223
223
|
},
|
|
224
224
|
},
|
|
225
225
|
timerHandler: {
|
|
226
|
-
ID: 0x000F,
|
|
226
|
+
ID: 0x000F, // 15
|
|
227
227
|
request: null,
|
|
228
228
|
response: {
|
|
229
229
|
timerId: types_1.uint8_t
|
|
230
230
|
},
|
|
231
231
|
},
|
|
232
232
|
debugWrite: {
|
|
233
|
-
ID: 0x0012,
|
|
233
|
+
ID: 0x0012, // 18
|
|
234
234
|
request: {
|
|
235
235
|
binaryMessage: types_1.Bool,
|
|
236
236
|
message: types_1.LVBytes
|
|
@@ -240,28 +240,28 @@ exports.FRAMES = {
|
|
|
240
240
|
},
|
|
241
241
|
},
|
|
242
242
|
readAndClearCounters: {
|
|
243
|
-
ID: 0x0065,
|
|
243
|
+
ID: 0x0065, // 101
|
|
244
244
|
request: null,
|
|
245
245
|
response: {
|
|
246
246
|
values: (0, types_1.fixed_list)(types_1.EmberCounterType.COUNTER_TYPE_COUNT, types_1.uint16_t)
|
|
247
247
|
},
|
|
248
248
|
},
|
|
249
249
|
readCounters: {
|
|
250
|
-
ID: 0x00F1,
|
|
250
|
+
ID: 0x00F1, // 241
|
|
251
251
|
request: null,
|
|
252
252
|
response: {
|
|
253
253
|
values: (0, types_1.fixed_list)(types_1.EmberCounterType.COUNTER_TYPE_COUNT, types_1.uint16_t)
|
|
254
254
|
},
|
|
255
255
|
},
|
|
256
256
|
counterRolloverHandler: {
|
|
257
|
-
ID: 0x00F2,
|
|
257
|
+
ID: 0x00F2, // 242
|
|
258
258
|
request: null,
|
|
259
259
|
response: {
|
|
260
260
|
type: types_1.EmberCounterType
|
|
261
261
|
},
|
|
262
262
|
},
|
|
263
263
|
delayTest: {
|
|
264
|
-
ID: 0x009D,
|
|
264
|
+
ID: 0x009D, // 157
|
|
265
265
|
request: {
|
|
266
266
|
delay: types_1.uint16_t
|
|
267
267
|
},
|
|
@@ -277,7 +277,7 @@ exports.FRAMES = {
|
|
|
277
277
|
},
|
|
278
278
|
},
|
|
279
279
|
getXncpInfo: {
|
|
280
|
-
ID: 0x0013,
|
|
280
|
+
ID: 0x0013, // 19
|
|
281
281
|
request: null,
|
|
282
282
|
response: {
|
|
283
283
|
status: types_1.EmberStatus,
|
|
@@ -286,7 +286,7 @@ exports.FRAMES = {
|
|
|
286
286
|
},
|
|
287
287
|
},
|
|
288
288
|
customFrame: {
|
|
289
|
-
ID: 0x0047,
|
|
289
|
+
ID: 0x0047, // 71
|
|
290
290
|
request: {
|
|
291
291
|
payload: types_1.LVBytes
|
|
292
292
|
},
|
|
@@ -296,21 +296,21 @@ exports.FRAMES = {
|
|
|
296
296
|
},
|
|
297
297
|
},
|
|
298
298
|
customFrameHandler: {
|
|
299
|
-
ID: 0x0054,
|
|
299
|
+
ID: 0x0054, // 84
|
|
300
300
|
request: null,
|
|
301
301
|
response: {
|
|
302
302
|
payload: types_1.LVBytes
|
|
303
303
|
},
|
|
304
304
|
},
|
|
305
305
|
getEui64: {
|
|
306
|
-
ID: 0x0026,
|
|
306
|
+
ID: 0x0026, // 38
|
|
307
307
|
request: null,
|
|
308
308
|
response: {
|
|
309
309
|
eui64: types_1.EmberEUI64
|
|
310
310
|
},
|
|
311
311
|
},
|
|
312
312
|
getNodeId: {
|
|
313
|
-
ID: 0x0027,
|
|
313
|
+
ID: 0x0027, // 39
|
|
314
314
|
request: null,
|
|
315
315
|
response: {
|
|
316
316
|
nodeId: types_1.EmberNodeId
|
|
@@ -318,21 +318,21 @@ exports.FRAMES = {
|
|
|
318
318
|
},
|
|
319
319
|
// Networking Frames
|
|
320
320
|
setManufacturerCode: {
|
|
321
|
-
ID: 0x0015,
|
|
321
|
+
ID: 0x0015, // 21
|
|
322
322
|
request: {
|
|
323
323
|
code: types_1.uint16_t
|
|
324
324
|
},
|
|
325
325
|
response: null,
|
|
326
326
|
},
|
|
327
327
|
setPowerDescriptor: {
|
|
328
|
-
ID: 0x0016,
|
|
328
|
+
ID: 0x0016, // 22
|
|
329
329
|
request: {
|
|
330
330
|
descriptor: types_1.uint16_t
|
|
331
331
|
},
|
|
332
332
|
response: null,
|
|
333
333
|
},
|
|
334
334
|
networkInit: {
|
|
335
|
-
ID: 0x0017,
|
|
335
|
+
ID: 0x0017, // 23
|
|
336
336
|
request: null,
|
|
337
337
|
response: {
|
|
338
338
|
status: types_1.EmberStatus
|
|
@@ -348,21 +348,21 @@ exports.FRAMES = {
|
|
|
348
348
|
},
|
|
349
349
|
},
|
|
350
350
|
networkState: {
|
|
351
|
-
ID: 0x0018,
|
|
351
|
+
ID: 0x0018, // 24
|
|
352
352
|
request: null,
|
|
353
353
|
response: {
|
|
354
354
|
status: types_1.EmberNetworkStatus
|
|
355
355
|
},
|
|
356
356
|
},
|
|
357
357
|
stackStatusHandler: {
|
|
358
|
-
ID: 0x0019,
|
|
358
|
+
ID: 0x0019, // 25
|
|
359
359
|
request: null,
|
|
360
360
|
response: {
|
|
361
361
|
status: types_1.EmberStatus
|
|
362
362
|
},
|
|
363
363
|
},
|
|
364
364
|
startScan: {
|
|
365
|
-
ID: 0x001A,
|
|
365
|
+
ID: 0x001A, // 26
|
|
366
366
|
request: {
|
|
367
367
|
scanType: types_1.EzspNetworkScanType,
|
|
368
368
|
channelMask: types_1.uint32_t,
|
|
@@ -373,7 +373,7 @@ exports.FRAMES = {
|
|
|
373
373
|
},
|
|
374
374
|
},
|
|
375
375
|
energyScanResultHandler: {
|
|
376
|
-
ID: 0x0048,
|
|
376
|
+
ID: 0x0048, // 72
|
|
377
377
|
request: null,
|
|
378
378
|
response: {
|
|
379
379
|
channel: types_1.uint8_t,
|
|
@@ -381,7 +381,7 @@ exports.FRAMES = {
|
|
|
381
381
|
},
|
|
382
382
|
},
|
|
383
383
|
networkFoundHandler: {
|
|
384
|
-
ID: 0x001B,
|
|
384
|
+
ID: 0x001B, // 27
|
|
385
385
|
request: null,
|
|
386
386
|
response: {
|
|
387
387
|
networkFound: types_1.EmberZigbeeNetwork,
|
|
@@ -390,7 +390,7 @@ exports.FRAMES = {
|
|
|
390
390
|
},
|
|
391
391
|
},
|
|
392
392
|
scanCompleteHandler: {
|
|
393
|
-
ID: 0x001C,
|
|
393
|
+
ID: 0x001C, // 28
|
|
394
394
|
request: null,
|
|
395
395
|
response: {
|
|
396
396
|
channel: types_1.uint8_t,
|
|
@@ -416,14 +416,14 @@ exports.FRAMES = {
|
|
|
416
416
|
},
|
|
417
417
|
},
|
|
418
418
|
stopScan: {
|
|
419
|
-
ID: 0x001D,
|
|
419
|
+
ID: 0x001D, // 29
|
|
420
420
|
request: null,
|
|
421
421
|
response: {
|
|
422
422
|
status: types_1.EmberStatus
|
|
423
423
|
},
|
|
424
424
|
},
|
|
425
425
|
formNetwork: {
|
|
426
|
-
ID: 0x001E,
|
|
426
|
+
ID: 0x001E, // 30
|
|
427
427
|
request: {
|
|
428
428
|
parameters: types_1.EmberNetworkParameters
|
|
429
429
|
},
|
|
@@ -432,7 +432,7 @@ exports.FRAMES = {
|
|
|
432
432
|
},
|
|
433
433
|
},
|
|
434
434
|
joinNetwork: {
|
|
435
|
-
ID: 0x001F,
|
|
435
|
+
ID: 0x001F, // 31
|
|
436
436
|
request: {
|
|
437
437
|
nodeType: types_1.EmberNodeType,
|
|
438
438
|
parameters: types_1.EmberNetworkParameters
|
|
@@ -454,14 +454,14 @@ exports.FRAMES = {
|
|
|
454
454
|
// },
|
|
455
455
|
// },
|
|
456
456
|
leaveNetwork: {
|
|
457
|
-
ID: 0x0020,
|
|
457
|
+
ID: 0x0020, // 32
|
|
458
458
|
request: null,
|
|
459
459
|
response: {
|
|
460
460
|
status: types_1.EmberStatus
|
|
461
461
|
},
|
|
462
462
|
},
|
|
463
463
|
findAndRejoinNetwork: {
|
|
464
|
-
ID: 0x0021,
|
|
464
|
+
ID: 0x0021, // 33
|
|
465
465
|
request: {
|
|
466
466
|
haveCurrentNetworkKey: types_1.Bool,
|
|
467
467
|
channelMask: types_1.uint32_t
|
|
@@ -471,7 +471,7 @@ exports.FRAMES = {
|
|
|
471
471
|
},
|
|
472
472
|
},
|
|
473
473
|
permitJoining: {
|
|
474
|
-
ID: 0x0022,
|
|
474
|
+
ID: 0x0022, // 34
|
|
475
475
|
request: {
|
|
476
476
|
duration: types_1.uint8_t
|
|
477
477
|
},
|
|
@@ -480,7 +480,7 @@ exports.FRAMES = {
|
|
|
480
480
|
},
|
|
481
481
|
},
|
|
482
482
|
childJoinHandler: {
|
|
483
|
-
ID: 0x0023,
|
|
483
|
+
ID: 0x0023, // 35
|
|
484
484
|
request: null,
|
|
485
485
|
response: {
|
|
486
486
|
index: types_1.uint8_t,
|
|
@@ -491,7 +491,7 @@ exports.FRAMES = {
|
|
|
491
491
|
},
|
|
492
492
|
},
|
|
493
493
|
energyScanRequest: {
|
|
494
|
-
ID: 0x009C,
|
|
494
|
+
ID: 0x009C, // 156
|
|
495
495
|
request: {
|
|
496
496
|
target: types_1.EmberNodeId,
|
|
497
497
|
scanChannels: types_1.uint32_t,
|
|
@@ -503,7 +503,7 @@ exports.FRAMES = {
|
|
|
503
503
|
},
|
|
504
504
|
},
|
|
505
505
|
getNetworkParameters: {
|
|
506
|
-
ID: 0x0028,
|
|
506
|
+
ID: 0x0028, // 40
|
|
507
507
|
request: null,
|
|
508
508
|
response: {
|
|
509
509
|
status: types_1.EmberStatus,
|
|
@@ -523,7 +523,7 @@ exports.FRAMES = {
|
|
|
523
523
|
},
|
|
524
524
|
},
|
|
525
525
|
getParentChildParameters: {
|
|
526
|
-
ID: 0x0029,
|
|
526
|
+
ID: 0x0029, // 41
|
|
527
527
|
request: null,
|
|
528
528
|
response: {
|
|
529
529
|
childCount: types_1.uint8_t,
|
|
@@ -532,7 +532,7 @@ exports.FRAMES = {
|
|
|
532
532
|
},
|
|
533
533
|
},
|
|
534
534
|
getChildData: {
|
|
535
|
-
ID: 0x004A,
|
|
535
|
+
ID: 0x004A, // 74
|
|
536
536
|
request: {
|
|
537
537
|
index: types_1.uint8_t
|
|
538
538
|
},
|
|
@@ -544,7 +544,7 @@ exports.FRAMES = {
|
|
|
544
544
|
},
|
|
545
545
|
},
|
|
546
546
|
getNeighbor: {
|
|
547
|
-
ID: 0x0079,
|
|
547
|
+
ID: 0x0079, // 121
|
|
548
548
|
request: {
|
|
549
549
|
index: types_1.uint8_t
|
|
550
550
|
},
|
|
@@ -554,14 +554,14 @@ exports.FRAMES = {
|
|
|
554
554
|
},
|
|
555
555
|
},
|
|
556
556
|
neighborCount: {
|
|
557
|
-
ID: 0x007A,
|
|
557
|
+
ID: 0x007A, // 122
|
|
558
558
|
request: null,
|
|
559
559
|
response: {
|
|
560
560
|
value: types_1.uint8_t
|
|
561
561
|
},
|
|
562
562
|
},
|
|
563
563
|
getRouteTableEntry: {
|
|
564
|
-
ID: 0x007B,
|
|
564
|
+
ID: 0x007B, // 123
|
|
565
565
|
request: {
|
|
566
566
|
index: types_1.uint8_t
|
|
567
567
|
},
|
|
@@ -571,7 +571,7 @@ exports.FRAMES = {
|
|
|
571
571
|
},
|
|
572
572
|
},
|
|
573
573
|
setRadioPower: {
|
|
574
|
-
ID: 0x0099,
|
|
574
|
+
ID: 0x0099, // 153
|
|
575
575
|
request: {
|
|
576
576
|
power: types_1.int8s
|
|
577
577
|
},
|
|
@@ -580,7 +580,7 @@ exports.FRAMES = {
|
|
|
580
580
|
},
|
|
581
581
|
},
|
|
582
582
|
setRadioChannel: {
|
|
583
|
-
ID: 0x009A,
|
|
583
|
+
ID: 0x009A, // 154
|
|
584
584
|
request: {
|
|
585
585
|
channel: types_1.uint8_t
|
|
586
586
|
},
|
|
@@ -589,7 +589,7 @@ exports.FRAMES = {
|
|
|
589
589
|
},
|
|
590
590
|
},
|
|
591
591
|
setConcentrator: {
|
|
592
|
-
ID: 0x0010,
|
|
592
|
+
ID: 0x0010, // 16
|
|
593
593
|
request: {
|
|
594
594
|
on: types_1.Bool,
|
|
595
595
|
concentratorType: types_1.uint16_t,
|
|
@@ -605,14 +605,14 @@ exports.FRAMES = {
|
|
|
605
605
|
},
|
|
606
606
|
// Binding Frames
|
|
607
607
|
clearBindingTable: {
|
|
608
|
-
ID: 0x002A,
|
|
608
|
+
ID: 0x002A, // 42
|
|
609
609
|
request: null,
|
|
610
610
|
response: {
|
|
611
611
|
status: types_1.EmberStatus
|
|
612
612
|
},
|
|
613
613
|
},
|
|
614
614
|
setBinding: {
|
|
615
|
-
ID: 0x002B,
|
|
615
|
+
ID: 0x002B, // 43
|
|
616
616
|
request: {
|
|
617
617
|
index: types_1.uint8_t,
|
|
618
618
|
value: types_1.EmberBindingTableEntry
|
|
@@ -622,7 +622,7 @@ exports.FRAMES = {
|
|
|
622
622
|
},
|
|
623
623
|
},
|
|
624
624
|
getBinding: {
|
|
625
|
-
ID: 0x002C,
|
|
625
|
+
ID: 0x002C, // 44
|
|
626
626
|
request: {
|
|
627
627
|
index: types_1.uint8_t
|
|
628
628
|
},
|
|
@@ -632,7 +632,7 @@ exports.FRAMES = {
|
|
|
632
632
|
},
|
|
633
633
|
},
|
|
634
634
|
deleteBinding: {
|
|
635
|
-
ID: 0x002D,
|
|
635
|
+
ID: 0x002D, // 45
|
|
636
636
|
request: {
|
|
637
637
|
index: types_1.uint8_t
|
|
638
638
|
},
|
|
@@ -641,7 +641,7 @@ exports.FRAMES = {
|
|
|
641
641
|
},
|
|
642
642
|
},
|
|
643
643
|
bindingIsActive: {
|
|
644
|
-
ID: 0x002E,
|
|
644
|
+
ID: 0x002E, // 46
|
|
645
645
|
request: {
|
|
646
646
|
index: types_1.uint8_t
|
|
647
647
|
},
|
|
@@ -650,7 +650,7 @@ exports.FRAMES = {
|
|
|
650
650
|
},
|
|
651
651
|
},
|
|
652
652
|
getBindingRemoteNodeId: {
|
|
653
|
-
ID: 0x002F,
|
|
653
|
+
ID: 0x002F, // 47
|
|
654
654
|
request: {
|
|
655
655
|
index: types_1.uint8_t
|
|
656
656
|
},
|
|
@@ -659,7 +659,7 @@ exports.FRAMES = {
|
|
|
659
659
|
},
|
|
660
660
|
},
|
|
661
661
|
setBindingRemoteNodeId: {
|
|
662
|
-
ID: 0x0030,
|
|
662
|
+
ID: 0x0030, // 48
|
|
663
663
|
request: {
|
|
664
664
|
index: types_1.uint8_t,
|
|
665
665
|
nodeId: types_1.EmberNodeId
|
|
@@ -667,7 +667,7 @@ exports.FRAMES = {
|
|
|
667
667
|
response: null,
|
|
668
668
|
},
|
|
669
669
|
remoteSetBindingHandler: {
|
|
670
|
-
ID: 0x0031,
|
|
670
|
+
ID: 0x0031, // 49
|
|
671
671
|
request: null,
|
|
672
672
|
response: {
|
|
673
673
|
entry: types_1.EmberBindingTableEntry,
|
|
@@ -676,7 +676,7 @@ exports.FRAMES = {
|
|
|
676
676
|
},
|
|
677
677
|
},
|
|
678
678
|
remoteDeleteBindingHandler: {
|
|
679
|
-
ID: 0x0032,
|
|
679
|
+
ID: 0x0032, // 50
|
|
680
680
|
request: null,
|
|
681
681
|
response: {
|
|
682
682
|
index: types_1.uint8_t,
|
|
@@ -685,14 +685,14 @@ exports.FRAMES = {
|
|
|
685
685
|
},
|
|
686
686
|
// Messaging Frames
|
|
687
687
|
maximumPayloadLength: {
|
|
688
|
-
ID: 0x0033,
|
|
688
|
+
ID: 0x0033, // 51
|
|
689
689
|
request: null,
|
|
690
690
|
response: {
|
|
691
691
|
apsLength: types_1.uint8_t
|
|
692
692
|
},
|
|
693
693
|
},
|
|
694
694
|
sendUnicast: {
|
|
695
|
-
ID: 0x0034,
|
|
695
|
+
ID: 0x0034, // 52
|
|
696
696
|
request: {
|
|
697
697
|
type: types_1.EmberOutgoingMessageType,
|
|
698
698
|
indexOrDestination: types_1.EmberNodeId,
|
|
@@ -706,7 +706,7 @@ exports.FRAMES = {
|
|
|
706
706
|
},
|
|
707
707
|
},
|
|
708
708
|
sendBroadcast: {
|
|
709
|
-
ID: 0x0036,
|
|
709
|
+
ID: 0x0036, // 54
|
|
710
710
|
request: {
|
|
711
711
|
destination: types_1.EmberNodeId,
|
|
712
712
|
apsFrame: types_1.EmberApsFrame,
|
|
@@ -720,7 +720,7 @@ exports.FRAMES = {
|
|
|
720
720
|
},
|
|
721
721
|
},
|
|
722
722
|
proxyBroadcast: {
|
|
723
|
-
ID: 0x0037,
|
|
723
|
+
ID: 0x0037, // 55
|
|
724
724
|
request: {
|
|
725
725
|
source: types_1.EmberNodeId,
|
|
726
726
|
destination: types_1.EmberNodeId,
|
|
@@ -736,7 +736,7 @@ exports.FRAMES = {
|
|
|
736
736
|
},
|
|
737
737
|
},
|
|
738
738
|
sendMulticast: {
|
|
739
|
-
ID: 0x0038,
|
|
739
|
+
ID: 0x0038, // 56
|
|
740
740
|
request: {
|
|
741
741
|
apsFrame: types_1.EmberApsFrame,
|
|
742
742
|
hops: types_1.uint8_t,
|
|
@@ -766,7 +766,7 @@ exports.FRAMES = {
|
|
|
766
766
|
},
|
|
767
767
|
},
|
|
768
768
|
sendReply: {
|
|
769
|
-
ID: 0x0039,
|
|
769
|
+
ID: 0x0039, // 57
|
|
770
770
|
request: {
|
|
771
771
|
sender: types_1.EmberNodeId,
|
|
772
772
|
apsFrame: types_1.EmberApsFrame,
|
|
@@ -777,7 +777,7 @@ exports.FRAMES = {
|
|
|
777
777
|
},
|
|
778
778
|
},
|
|
779
779
|
messageSentHandler: {
|
|
780
|
-
ID: 0x003F,
|
|
780
|
+
ID: 0x003F, // 63
|
|
781
781
|
request: null,
|
|
782
782
|
response: {
|
|
783
783
|
type: types_1.EmberOutgoingMessageType,
|
|
@@ -789,7 +789,7 @@ exports.FRAMES = {
|
|
|
789
789
|
},
|
|
790
790
|
},
|
|
791
791
|
sendManyToOneRouteRequest: {
|
|
792
|
-
ID: 0x0041,
|
|
792
|
+
ID: 0x0041, // 65
|
|
793
793
|
request: {
|
|
794
794
|
concentratorType: types_1.uint16_t,
|
|
795
795
|
radius: types_1.uint8_t
|
|
@@ -799,7 +799,7 @@ exports.FRAMES = {
|
|
|
799
799
|
},
|
|
800
800
|
},
|
|
801
801
|
pollForData: {
|
|
802
|
-
ID: 0x0042,
|
|
802
|
+
ID: 0x0042, // 66
|
|
803
803
|
request: {
|
|
804
804
|
interval: types_1.uint16_t,
|
|
805
805
|
units: types_1.EmberEventUnits,
|
|
@@ -810,28 +810,28 @@ exports.FRAMES = {
|
|
|
810
810
|
},
|
|
811
811
|
},
|
|
812
812
|
pollCompleteHandler: {
|
|
813
|
-
ID: 0x0043,
|
|
813
|
+
ID: 0x0043, // 67
|
|
814
814
|
request: null,
|
|
815
815
|
response: {
|
|
816
816
|
status: types_1.EmberStatus
|
|
817
817
|
},
|
|
818
818
|
},
|
|
819
819
|
pollHandler: {
|
|
820
|
-
ID: 0x0044,
|
|
820
|
+
ID: 0x0044, // 68
|
|
821
821
|
request: null,
|
|
822
822
|
response: {
|
|
823
823
|
childId: types_1.EmberNodeId
|
|
824
824
|
},
|
|
825
825
|
},
|
|
826
826
|
incomingSenderEui64Handler: {
|
|
827
|
-
ID: 0x0062,
|
|
827
|
+
ID: 0x0062, // 98
|
|
828
828
|
request: null,
|
|
829
829
|
response: {
|
|
830
830
|
senderEui64: types_1.EmberEUI64
|
|
831
831
|
},
|
|
832
832
|
},
|
|
833
833
|
incomingMessageHandler: {
|
|
834
|
-
ID: 0x0045,
|
|
834
|
+
ID: 0x0045, // 69
|
|
835
835
|
request: null,
|
|
836
836
|
response: {
|
|
837
837
|
type: types_1.EmberIncomingMessageType,
|
|
@@ -845,7 +845,7 @@ exports.FRAMES = {
|
|
|
845
845
|
},
|
|
846
846
|
},
|
|
847
847
|
incomingRouteRecordHandler: {
|
|
848
|
-
ID: 0x0059,
|
|
848
|
+
ID: 0x0059, // 89
|
|
849
849
|
request: null,
|
|
850
850
|
response: {
|
|
851
851
|
source: types_1.EmberNodeId,
|
|
@@ -856,7 +856,7 @@ exports.FRAMES = {
|
|
|
856
856
|
},
|
|
857
857
|
},
|
|
858
858
|
incomingManyToOneRouteRequestHandler: {
|
|
859
|
-
ID: 0x007D,
|
|
859
|
+
ID: 0x007D, // 125
|
|
860
860
|
request: null,
|
|
861
861
|
response: {
|
|
862
862
|
source: types_1.EmberNodeId,
|
|
@@ -865,7 +865,7 @@ exports.FRAMES = {
|
|
|
865
865
|
},
|
|
866
866
|
},
|
|
867
867
|
incomingRouteErrorHandler: {
|
|
868
|
-
ID: 0x0080,
|
|
868
|
+
ID: 0x0080, // 128
|
|
869
869
|
request: null,
|
|
870
870
|
response: {
|
|
871
871
|
status: types_1.EmberStatus,
|
|
@@ -884,7 +884,7 @@ exports.FRAMES = {
|
|
|
884
884
|
},
|
|
885
885
|
},
|
|
886
886
|
addressTableEntryIsActive: {
|
|
887
|
-
ID: 0x005B,
|
|
887
|
+
ID: 0x005B, // 91
|
|
888
888
|
request: {
|
|
889
889
|
addressTableIndex: types_1.uint8_t
|
|
890
890
|
},
|
|
@@ -893,7 +893,7 @@ exports.FRAMES = {
|
|
|
893
893
|
},
|
|
894
894
|
},
|
|
895
895
|
setAddressTableRemoteEui64: {
|
|
896
|
-
ID: 0x005C,
|
|
896
|
+
ID: 0x005C, // 92
|
|
897
897
|
request: {
|
|
898
898
|
addressTableIndex: types_1.uint8_t,
|
|
899
899
|
eui64: types_1.EmberEUI64
|
|
@@ -903,7 +903,7 @@ exports.FRAMES = {
|
|
|
903
903
|
},
|
|
904
904
|
},
|
|
905
905
|
setAddressTableRemoteNodeId: {
|
|
906
|
-
ID: 0x005D,
|
|
906
|
+
ID: 0x005D, // 93
|
|
907
907
|
request: {
|
|
908
908
|
addressTableIndex: types_1.uint8_t,
|
|
909
909
|
id: types_1.EmberNodeId
|
|
@@ -911,7 +911,7 @@ exports.FRAMES = {
|
|
|
911
911
|
response: null,
|
|
912
912
|
},
|
|
913
913
|
getAddressTableRemoteEui64: {
|
|
914
|
-
ID: 0x005E,
|
|
914
|
+
ID: 0x005E, // 94
|
|
915
915
|
request: {
|
|
916
916
|
addressTableIndex: types_1.uint8_t
|
|
917
917
|
},
|
|
@@ -920,7 +920,7 @@ exports.FRAMES = {
|
|
|
920
920
|
},
|
|
921
921
|
},
|
|
922
922
|
getAddressTableRemoteNodeId: {
|
|
923
|
-
ID: 0x005F,
|
|
923
|
+
ID: 0x005F, // 95
|
|
924
924
|
request: {
|
|
925
925
|
addressTableIndex: types_1.uint8_t
|
|
926
926
|
},
|
|
@@ -929,7 +929,7 @@ exports.FRAMES = {
|
|
|
929
929
|
},
|
|
930
930
|
},
|
|
931
931
|
setExtendedTimeout: {
|
|
932
|
-
ID: 0x007E,
|
|
932
|
+
ID: 0x007E, // 126
|
|
933
933
|
request: {
|
|
934
934
|
remoteEui64: types_1.EmberEUI64,
|
|
935
935
|
extendedTimeout: types_1.Bool
|
|
@@ -937,7 +937,7 @@ exports.FRAMES = {
|
|
|
937
937
|
response: null,
|
|
938
938
|
},
|
|
939
939
|
getExtendedTimeout: {
|
|
940
|
-
ID: 0x007F,
|
|
940
|
+
ID: 0x007F, // 127,
|
|
941
941
|
request: {
|
|
942
942
|
remoteEui64: types_1.EmberEUI64
|
|
943
943
|
},
|
|
@@ -946,7 +946,7 @@ exports.FRAMES = {
|
|
|
946
946
|
},
|
|
947
947
|
},
|
|
948
948
|
replaceAddressTableEntry: {
|
|
949
|
-
ID: 0x0082,
|
|
949
|
+
ID: 0x0082, // 130
|
|
950
950
|
request: {
|
|
951
951
|
addressTableIndex: types_1.uint8_t,
|
|
952
952
|
newEui64: types_1.EmberEUI64,
|
|
@@ -961,7 +961,7 @@ exports.FRAMES = {
|
|
|
961
961
|
},
|
|
962
962
|
},
|
|
963
963
|
lookupNodeIdByEui64: {
|
|
964
|
-
ID: 0x0060,
|
|
964
|
+
ID: 0x0060, // 96
|
|
965
965
|
request: {
|
|
966
966
|
eui64: types_1.EmberEUI64
|
|
967
967
|
},
|
|
@@ -970,7 +970,7 @@ exports.FRAMES = {
|
|
|
970
970
|
},
|
|
971
971
|
},
|
|
972
972
|
lookupEui64ByNodeId: {
|
|
973
|
-
ID: 0x0061,
|
|
973
|
+
ID: 0x0061, // 97
|
|
974
974
|
request: {
|
|
975
975
|
nodeId: types_1.EmberNodeId
|
|
976
976
|
},
|
|
@@ -980,7 +980,7 @@ exports.FRAMES = {
|
|
|
980
980
|
},
|
|
981
981
|
},
|
|
982
982
|
getMulticastTableEntry: {
|
|
983
|
-
ID: 0x0063,
|
|
983
|
+
ID: 0x0063, // 99
|
|
984
984
|
request: {
|
|
985
985
|
index: types_1.uint8_t
|
|
986
986
|
},
|
|
@@ -989,7 +989,7 @@ exports.FRAMES = {
|
|
|
989
989
|
},
|
|
990
990
|
},
|
|
991
991
|
setMulticastTableEntry: {
|
|
992
|
-
ID: 0x0064,
|
|
992
|
+
ID: 0x0064, // 100
|
|
993
993
|
request: {
|
|
994
994
|
index: types_1.uint8_t,
|
|
995
995
|
value: types_1.EmberMulticastTableEntry
|
|
@@ -999,7 +999,7 @@ exports.FRAMES = {
|
|
|
999
999
|
},
|
|
1000
1000
|
},
|
|
1001
1001
|
idConflictHandler: {
|
|
1002
|
-
ID: 0x007C,
|
|
1002
|
+
ID: 0x007C, // 124
|
|
1003
1003
|
request: null,
|
|
1004
1004
|
response: {
|
|
1005
1005
|
id: types_1.EmberNodeId
|
|
@@ -1015,7 +1015,7 @@ exports.FRAMES = {
|
|
|
1015
1015
|
},
|
|
1016
1016
|
},
|
|
1017
1017
|
sendRawMessage: {
|
|
1018
|
-
ID: 0x0096,
|
|
1018
|
+
ID: 0x0096, // 150
|
|
1019
1019
|
request: {
|
|
1020
1020
|
message: types_1.LVBytes
|
|
1021
1021
|
},
|
|
@@ -1035,7 +1035,7 @@ exports.FRAMES = {
|
|
|
1035
1035
|
},
|
|
1036
1036
|
},
|
|
1037
1037
|
macPassthroughMessageHandler: {
|
|
1038
|
-
ID: 0x0097,
|
|
1038
|
+
ID: 0x0097, // 151
|
|
1039
1039
|
request: null,
|
|
1040
1040
|
response: {
|
|
1041
1041
|
messageType: types_1.EmberMacPassthroughType,
|
|
@@ -1045,7 +1045,7 @@ exports.FRAMES = {
|
|
|
1045
1045
|
},
|
|
1046
1046
|
},
|
|
1047
1047
|
macFilterMatchMessageHandler: {
|
|
1048
|
-
ID: 0x0046,
|
|
1048
|
+
ID: 0x0046, // 70
|
|
1049
1049
|
request: null,
|
|
1050
1050
|
response: {
|
|
1051
1051
|
filterIndexMatch: types_1.uint8_t,
|
|
@@ -1056,7 +1056,7 @@ exports.FRAMES = {
|
|
|
1056
1056
|
},
|
|
1057
1057
|
},
|
|
1058
1058
|
rawTransmitCompleteHandler: {
|
|
1059
|
-
ID: 0x0098,
|
|
1059
|
+
ID: 0x0098, // 152
|
|
1060
1060
|
request: null,
|
|
1061
1061
|
response: {
|
|
1062
1062
|
status: types_1.EmberStatus
|
|
@@ -1064,7 +1064,7 @@ exports.FRAMES = {
|
|
|
1064
1064
|
},
|
|
1065
1065
|
// Security Frames
|
|
1066
1066
|
setInitialSecurityState: {
|
|
1067
|
-
ID: 0x0068,
|
|
1067
|
+
ID: 0x0068, // 104
|
|
1068
1068
|
request: {
|
|
1069
1069
|
state: types_1.EmberInitialSecurityState
|
|
1070
1070
|
},
|
|
@@ -1073,7 +1073,7 @@ exports.FRAMES = {
|
|
|
1073
1073
|
},
|
|
1074
1074
|
},
|
|
1075
1075
|
getCurrentSecurityState: {
|
|
1076
|
-
ID: 0x0069,
|
|
1076
|
+
ID: 0x0069, // 105
|
|
1077
1077
|
request: null,
|
|
1078
1078
|
response: {
|
|
1079
1079
|
status: types_1.EmberStatus,
|
|
@@ -1081,7 +1081,7 @@ exports.FRAMES = {
|
|
|
1081
1081
|
},
|
|
1082
1082
|
},
|
|
1083
1083
|
getKey: {
|
|
1084
|
-
ID: 0x006a,
|
|
1084
|
+
ID: 0x006a, // 106
|
|
1085
1085
|
request: {
|
|
1086
1086
|
keyType: types_1.EmberKeyType
|
|
1087
1087
|
},
|
|
@@ -1091,14 +1091,14 @@ exports.FRAMES = {
|
|
|
1091
1091
|
},
|
|
1092
1092
|
},
|
|
1093
1093
|
switchNetworkKeyHandler: {
|
|
1094
|
-
ID: 0x006e,
|
|
1094
|
+
ID: 0x006e, // 110
|
|
1095
1095
|
request: null,
|
|
1096
1096
|
response: {
|
|
1097
1097
|
sequenceNumber: types_1.uint8_t
|
|
1098
1098
|
},
|
|
1099
1099
|
},
|
|
1100
1100
|
getKeyTableEntry: {
|
|
1101
|
-
ID: 0x0071,
|
|
1101
|
+
ID: 0x0071, // 113
|
|
1102
1102
|
request: {
|
|
1103
1103
|
index: types_1.uint8_t
|
|
1104
1104
|
},
|
|
@@ -1108,7 +1108,7 @@ exports.FRAMES = {
|
|
|
1108
1108
|
},
|
|
1109
1109
|
},
|
|
1110
1110
|
setKeyTableEntry: {
|
|
1111
|
-
ID: 0x0072,
|
|
1111
|
+
ID: 0x0072, // 114
|
|
1112
1112
|
request: {
|
|
1113
1113
|
index: types_1.uint8_t,
|
|
1114
1114
|
address: types_1.EmberEUI64,
|
|
@@ -1120,7 +1120,7 @@ exports.FRAMES = {
|
|
|
1120
1120
|
},
|
|
1121
1121
|
},
|
|
1122
1122
|
findKeyTableEntry: {
|
|
1123
|
-
ID: 0x0075,
|
|
1123
|
+
ID: 0x0075, // 117
|
|
1124
1124
|
request: {
|
|
1125
1125
|
address: types_1.EmberEUI64,
|
|
1126
1126
|
linkKey: types_1.Bool
|
|
@@ -1130,7 +1130,7 @@ exports.FRAMES = {
|
|
|
1130
1130
|
},
|
|
1131
1131
|
},
|
|
1132
1132
|
addOrUpdateKeyTableEntry: {
|
|
1133
|
-
ID: 0x0066,
|
|
1133
|
+
ID: 0x0066, // 102
|
|
1134
1134
|
request: {
|
|
1135
1135
|
address: types_1.EmberEUI64,
|
|
1136
1136
|
linkKey: types_1.Bool,
|
|
@@ -1151,7 +1151,7 @@ exports.FRAMES = {
|
|
|
1151
1151
|
},
|
|
1152
1152
|
},
|
|
1153
1153
|
eraseKeyTableEntry: {
|
|
1154
|
-
ID: 0x0076,
|
|
1154
|
+
ID: 0x0076, // 118
|
|
1155
1155
|
request: {
|
|
1156
1156
|
index: types_1.uint8_t
|
|
1157
1157
|
},
|
|
@@ -1160,14 +1160,14 @@ exports.FRAMES = {
|
|
|
1160
1160
|
},
|
|
1161
1161
|
},
|
|
1162
1162
|
clearKeyTable: {
|
|
1163
|
-
ID: 0x00B1,
|
|
1163
|
+
ID: 0x00B1, // 177
|
|
1164
1164
|
request: null,
|
|
1165
1165
|
response: {
|
|
1166
1166
|
status: types_1.EmberStatus
|
|
1167
1167
|
},
|
|
1168
1168
|
},
|
|
1169
1169
|
requestLinkKey: {
|
|
1170
|
-
ID: 0x0014,
|
|
1170
|
+
ID: 0x0014, // 20
|
|
1171
1171
|
request: {
|
|
1172
1172
|
partner: types_1.EmberEUI64
|
|
1173
1173
|
},
|
|
@@ -1185,7 +1185,7 @@ exports.FRAMES = {
|
|
|
1185
1185
|
},
|
|
1186
1186
|
},
|
|
1187
1187
|
zigbeeKeyEstablishmentHandler: {
|
|
1188
|
-
ID: 0x009B,
|
|
1188
|
+
ID: 0x009B, // 155
|
|
1189
1189
|
request: null,
|
|
1190
1190
|
response: {
|
|
1191
1191
|
partner: types_1.EmberEUI64,
|
|
@@ -1193,7 +1193,7 @@ exports.FRAMES = {
|
|
|
1193
1193
|
},
|
|
1194
1194
|
},
|
|
1195
1195
|
addTransientLinkKey: {
|
|
1196
|
-
ID: 0x00AF,
|
|
1196
|
+
ID: 0x00AF, // 175
|
|
1197
1197
|
request: {
|
|
1198
1198
|
partner: types_1.EmberEUI64,
|
|
1199
1199
|
transientKey: types_1.EmberKeyData
|
|
@@ -1203,7 +1203,7 @@ exports.FRAMES = {
|
|
|
1203
1203
|
},
|
|
1204
1204
|
},
|
|
1205
1205
|
clearTransientLinkKeys: {
|
|
1206
|
-
ID: 0x006B,
|
|
1206
|
+
ID: 0x006B, // 107
|
|
1207
1207
|
request: null,
|
|
1208
1208
|
response: null,
|
|
1209
1209
|
},
|
|
@@ -1219,7 +1219,7 @@ exports.FRAMES = {
|
|
|
1219
1219
|
// },
|
|
1220
1220
|
// Secure EZSP Frames
|
|
1221
1221
|
setSecurityKey: {
|
|
1222
|
-
ID: 0x00CA,
|
|
1222
|
+
ID: 0x00CA, // 202
|
|
1223
1223
|
request: {
|
|
1224
1224
|
key: types_1.EmberKeyData,
|
|
1225
1225
|
securityType: types_1.SecureEzspSecurityType
|
|
@@ -1229,7 +1229,7 @@ exports.FRAMES = {
|
|
|
1229
1229
|
},
|
|
1230
1230
|
},
|
|
1231
1231
|
setSecurityParameters: {
|
|
1232
|
-
ID: 0x00CB,
|
|
1232
|
+
ID: 0x00CB, // 203
|
|
1233
1233
|
request: {
|
|
1234
1234
|
securityLevel: types_1.SecureEzspSecurityLevel,
|
|
1235
1235
|
hostRandomNumber: types_1.SecureEzspRandomNumber
|
|
@@ -1240,14 +1240,14 @@ exports.FRAMES = {
|
|
|
1240
1240
|
},
|
|
1241
1241
|
},
|
|
1242
1242
|
resetToFactoryDefaults: {
|
|
1243
|
-
ID: 0x00CC,
|
|
1243
|
+
ID: 0x00CC, // 204
|
|
1244
1244
|
request: null,
|
|
1245
1245
|
response: {
|
|
1246
1246
|
status: types_1.EzspStatus
|
|
1247
1247
|
},
|
|
1248
1248
|
},
|
|
1249
1249
|
getSecurityKeyStatus: {
|
|
1250
|
-
ID: 0x00CD,
|
|
1250
|
+
ID: 0x00CD, // 205
|
|
1251
1251
|
request: null,
|
|
1252
1252
|
response: {
|
|
1253
1253
|
status: types_1.EzspStatus,
|
|
@@ -1256,7 +1256,7 @@ exports.FRAMES = {
|
|
|
1256
1256
|
},
|
|
1257
1257
|
// Trust Center Frames
|
|
1258
1258
|
trustCenterJoinHandler: {
|
|
1259
|
-
ID: 0x0024,
|
|
1259
|
+
ID: 0x0024, // 36
|
|
1260
1260
|
request: null,
|
|
1261
1261
|
response: {
|
|
1262
1262
|
newNodeId: types_1.EmberNodeId,
|
|
@@ -1267,7 +1267,7 @@ exports.FRAMES = {
|
|
|
1267
1267
|
},
|
|
1268
1268
|
},
|
|
1269
1269
|
broadcastNextNetworkKey: {
|
|
1270
|
-
ID: 0x0073,
|
|
1270
|
+
ID: 0x0073, // 115
|
|
1271
1271
|
request: {
|
|
1272
1272
|
key: types_1.EmberKeyData
|
|
1273
1273
|
},
|
|
@@ -1276,14 +1276,14 @@ exports.FRAMES = {
|
|
|
1276
1276
|
},
|
|
1277
1277
|
},
|
|
1278
1278
|
broadcastNetworkKeySwitch: {
|
|
1279
|
-
ID: 0x0074,
|
|
1279
|
+
ID: 0x0074, // 116
|
|
1280
1280
|
request: null,
|
|
1281
1281
|
response: {
|
|
1282
1282
|
status: types_1.EmberStatus
|
|
1283
1283
|
},
|
|
1284
1284
|
},
|
|
1285
1285
|
becomeTrustCenter: {
|
|
1286
|
-
ID: 0x0077,
|
|
1286
|
+
ID: 0x0077, // 119
|
|
1287
1287
|
request: {
|
|
1288
1288
|
newNetworkKey: types_1.EmberKeyData
|
|
1289
1289
|
},
|
|
@@ -1292,7 +1292,7 @@ exports.FRAMES = {
|
|
|
1292
1292
|
},
|
|
1293
1293
|
},
|
|
1294
1294
|
aesMmoHash: {
|
|
1295
|
-
ID: 0x006F,
|
|
1295
|
+
ID: 0x006F, // 111
|
|
1296
1296
|
request: {
|
|
1297
1297
|
context: types_1.EmberAesMmoHashContext,
|
|
1298
1298
|
finalize: types_1.Bool,
|
|
@@ -1304,7 +1304,7 @@ exports.FRAMES = {
|
|
|
1304
1304
|
},
|
|
1305
1305
|
},
|
|
1306
1306
|
removeDevice: {
|
|
1307
|
-
ID: 0x00A8,
|
|
1307
|
+
ID: 0x00A8, // 168
|
|
1308
1308
|
request: {
|
|
1309
1309
|
destShort: types_1.EmberNodeId,
|
|
1310
1310
|
destLong: types_1.EmberEUI64,
|
|
@@ -1315,7 +1315,7 @@ exports.FRAMES = {
|
|
|
1315
1315
|
},
|
|
1316
1316
|
},
|
|
1317
1317
|
unicastNwkKeyUpdate: {
|
|
1318
|
-
ID: 0x00A9,
|
|
1318
|
+
ID: 0x00A9, // 169
|
|
1319
1319
|
request: {
|
|
1320
1320
|
destShort: types_1.EmberNodeId,
|
|
1321
1321
|
destLong: types_1.EmberEUI64,
|
|
@@ -1327,14 +1327,14 @@ exports.FRAMES = {
|
|
|
1327
1327
|
},
|
|
1328
1328
|
// Certificate Based Key Exchange (CBKE) Frames
|
|
1329
1329
|
generateCbkeKeys: {
|
|
1330
|
-
ID: 0x00A4,
|
|
1330
|
+
ID: 0x00A4, // 164
|
|
1331
1331
|
request: null,
|
|
1332
1332
|
response: {
|
|
1333
1333
|
status: types_1.EmberStatus
|
|
1334
1334
|
},
|
|
1335
1335
|
},
|
|
1336
1336
|
generateCbkeKeysHandler: {
|
|
1337
|
-
ID: 0x009E,
|
|
1337
|
+
ID: 0x009E, // 158
|
|
1338
1338
|
request: null,
|
|
1339
1339
|
response: {
|
|
1340
1340
|
status: types_1.EmberStatus,
|
|
@@ -1342,7 +1342,7 @@ exports.FRAMES = {
|
|
|
1342
1342
|
},
|
|
1343
1343
|
},
|
|
1344
1344
|
calculateSmacs: {
|
|
1345
|
-
ID: 0x009F,
|
|
1345
|
+
ID: 0x009F, // 159
|
|
1346
1346
|
request: {
|
|
1347
1347
|
amInitiator: types_1.Bool,
|
|
1348
1348
|
partnerCertificate: types_1.EmberCertificateData,
|
|
@@ -1353,7 +1353,7 @@ exports.FRAMES = {
|
|
|
1353
1353
|
},
|
|
1354
1354
|
},
|
|
1355
1355
|
calculateSmacsHandler: {
|
|
1356
|
-
ID: 0x00A0,
|
|
1356
|
+
ID: 0x00A0, // 160
|
|
1357
1357
|
request: null,
|
|
1358
1358
|
response: {
|
|
1359
1359
|
status: types_1.EmberStatus,
|
|
@@ -1362,14 +1362,14 @@ exports.FRAMES = {
|
|
|
1362
1362
|
},
|
|
1363
1363
|
},
|
|
1364
1364
|
generateCbkeKeys283k1: {
|
|
1365
|
-
ID: 0x00E8,
|
|
1365
|
+
ID: 0x00E8, // 232
|
|
1366
1366
|
request: null,
|
|
1367
1367
|
response: {
|
|
1368
1368
|
status: types_1.EmberStatus
|
|
1369
1369
|
},
|
|
1370
1370
|
},
|
|
1371
1371
|
generateCbkeKeysHandler283k1: {
|
|
1372
|
-
ID: 0x00E9,
|
|
1372
|
+
ID: 0x00E9, // 233
|
|
1373
1373
|
request: null,
|
|
1374
1374
|
response: {
|
|
1375
1375
|
status: types_1.EmberStatus,
|
|
@@ -1377,7 +1377,7 @@ exports.FRAMES = {
|
|
|
1377
1377
|
},
|
|
1378
1378
|
},
|
|
1379
1379
|
calculateSmacs283k1: {
|
|
1380
|
-
ID: 0x00EA,
|
|
1380
|
+
ID: 0x00EA, // 234
|
|
1381
1381
|
request: {
|
|
1382
1382
|
amInitiator: types_1.Bool,
|
|
1383
1383
|
partnerCertificate: types_1.EmberCertificate283k1Data,
|
|
@@ -1388,7 +1388,7 @@ exports.FRAMES = {
|
|
|
1388
1388
|
},
|
|
1389
1389
|
},
|
|
1390
1390
|
calculateSmacsHandler283k1: {
|
|
1391
|
-
ID: 0x00EB,
|
|
1391
|
+
ID: 0x00EB, // 235
|
|
1392
1392
|
request: null,
|
|
1393
1393
|
response: {
|
|
1394
1394
|
status: types_1.EmberStatus,
|
|
@@ -1397,7 +1397,7 @@ exports.FRAMES = {
|
|
|
1397
1397
|
},
|
|
1398
1398
|
},
|
|
1399
1399
|
clearTemporaryDataMaybeStoreLinkKey: {
|
|
1400
|
-
ID: 0x00A1,
|
|
1400
|
+
ID: 0x00A1, // 161
|
|
1401
1401
|
request: {
|
|
1402
1402
|
storeLinkKey: types_1.Bool
|
|
1403
1403
|
},
|
|
@@ -1406,7 +1406,7 @@ exports.FRAMES = {
|
|
|
1406
1406
|
},
|
|
1407
1407
|
},
|
|
1408
1408
|
clearTemporaryDataMaybeStoreLinkKey283k1: {
|
|
1409
|
-
ID: 0x00EE,
|
|
1409
|
+
ID: 0x00EE, // 238
|
|
1410
1410
|
request: {
|
|
1411
1411
|
storeLinkKey: types_1.Bool
|
|
1412
1412
|
},
|
|
@@ -1415,7 +1415,7 @@ exports.FRAMES = {
|
|
|
1415
1415
|
},
|
|
1416
1416
|
},
|
|
1417
1417
|
getCertificate: {
|
|
1418
|
-
ID: 0x00A5,
|
|
1418
|
+
ID: 0x00A5, // 165
|
|
1419
1419
|
request: null,
|
|
1420
1420
|
response: {
|
|
1421
1421
|
status: types_1.EmberStatus,
|
|
@@ -1423,7 +1423,7 @@ exports.FRAMES = {
|
|
|
1423
1423
|
},
|
|
1424
1424
|
},
|
|
1425
1425
|
getCertificate283k1: {
|
|
1426
|
-
ID: 0x00EC,
|
|
1426
|
+
ID: 0x00EC, // 236
|
|
1427
1427
|
request: null,
|
|
1428
1428
|
response: {
|
|
1429
1429
|
status: types_1.EmberStatus,
|
|
@@ -1431,7 +1431,7 @@ exports.FRAMES = {
|
|
|
1431
1431
|
},
|
|
1432
1432
|
},
|
|
1433
1433
|
dsaSign: {
|
|
1434
|
-
ID: 0x00A6,
|
|
1434
|
+
ID: 0x00A6, // 166
|
|
1435
1435
|
request: {
|
|
1436
1436
|
message: types_1.LVBytes
|
|
1437
1437
|
},
|
|
@@ -1440,7 +1440,7 @@ exports.FRAMES = {
|
|
|
1440
1440
|
},
|
|
1441
1441
|
},
|
|
1442
1442
|
dsaSignHandler: {
|
|
1443
|
-
ID: 0x00A7,
|
|
1443
|
+
ID: 0x00A7, // 167
|
|
1444
1444
|
request: null,
|
|
1445
1445
|
response: {
|
|
1446
1446
|
status: types_1.EmberStatus,
|
|
@@ -1448,7 +1448,7 @@ exports.FRAMES = {
|
|
|
1448
1448
|
},
|
|
1449
1449
|
},
|
|
1450
1450
|
dsaVerify: {
|
|
1451
|
-
ID: 0x00A3,
|
|
1451
|
+
ID: 0x00A3, // 163
|
|
1452
1452
|
request: {
|
|
1453
1453
|
digest: types_1.EmberMessageDigest,
|
|
1454
1454
|
signerCertificate: types_1.EmberCertificateData,
|
|
@@ -1459,14 +1459,14 @@ exports.FRAMES = {
|
|
|
1459
1459
|
},
|
|
1460
1460
|
},
|
|
1461
1461
|
dsaVerifyHandler: {
|
|
1462
|
-
ID: 0x0078,
|
|
1462
|
+
ID: 0x0078, // 120
|
|
1463
1463
|
request: null,
|
|
1464
1464
|
response: {
|
|
1465
1465
|
status: types_1.EmberStatus
|
|
1466
1466
|
},
|
|
1467
1467
|
},
|
|
1468
1468
|
dsaVerify283k1: {
|
|
1469
|
-
ID: 0x00B0,
|
|
1469
|
+
ID: 0x00B0, // 176
|
|
1470
1470
|
request: {
|
|
1471
1471
|
digest: types_1.EmberMessageDigest,
|
|
1472
1472
|
signerCertificate: types_1.EmberCertificate283k1Data,
|
|
@@ -1477,7 +1477,7 @@ exports.FRAMES = {
|
|
|
1477
1477
|
},
|
|
1478
1478
|
},
|
|
1479
1479
|
setPreinstalledCbkeData: {
|
|
1480
|
-
ID: 0x00A2,
|
|
1480
|
+
ID: 0x00A2, // 162
|
|
1481
1481
|
request: {
|
|
1482
1482
|
caPublic: types_1.EmberPublicKeyData,
|
|
1483
1483
|
myCert: types_1.EmberCertificateData,
|
|
@@ -1500,7 +1500,7 @@ exports.FRAMES = {
|
|
|
1500
1500
|
// },
|
|
1501
1501
|
// Mfglib Frames
|
|
1502
1502
|
mfglibStart: {
|
|
1503
|
-
ID: 0x0083,
|
|
1503
|
+
ID: 0x0083, // 131
|
|
1504
1504
|
request: {
|
|
1505
1505
|
rxCallback: types_1.Bool
|
|
1506
1506
|
},
|
|
@@ -1509,42 +1509,42 @@ exports.FRAMES = {
|
|
|
1509
1509
|
},
|
|
1510
1510
|
},
|
|
1511
1511
|
mfglibEnd: {
|
|
1512
|
-
ID: 0x0084,
|
|
1512
|
+
ID: 0x0084, // 132
|
|
1513
1513
|
request: null,
|
|
1514
1514
|
response: {
|
|
1515
1515
|
status: types_1.EmberStatus
|
|
1516
1516
|
},
|
|
1517
1517
|
},
|
|
1518
1518
|
mfglibStartTone: {
|
|
1519
|
-
ID: 0x0085,
|
|
1519
|
+
ID: 0x0085, // 133
|
|
1520
1520
|
request: null,
|
|
1521
1521
|
response: {
|
|
1522
1522
|
status: types_1.EmberStatus
|
|
1523
1523
|
},
|
|
1524
1524
|
},
|
|
1525
1525
|
mfglibStopTone: {
|
|
1526
|
-
ID: 0x0086,
|
|
1526
|
+
ID: 0x0086, // 134
|
|
1527
1527
|
request: null,
|
|
1528
1528
|
response: {
|
|
1529
1529
|
status: types_1.EmberStatus
|
|
1530
1530
|
},
|
|
1531
1531
|
},
|
|
1532
1532
|
mfglibStartStream: {
|
|
1533
|
-
ID: 0x0087,
|
|
1533
|
+
ID: 0x0087, // 135
|
|
1534
1534
|
request: null,
|
|
1535
1535
|
response: {
|
|
1536
1536
|
status: types_1.EmberStatus
|
|
1537
1537
|
},
|
|
1538
1538
|
},
|
|
1539
1539
|
mfglibStopStream: {
|
|
1540
|
-
ID: 0x0088,
|
|
1540
|
+
ID: 0x0088, // 136
|
|
1541
1541
|
request: null,
|
|
1542
1542
|
response: {
|
|
1543
1543
|
status: types_1.EmberStatus
|
|
1544
1544
|
},
|
|
1545
1545
|
},
|
|
1546
1546
|
mfglibSendPacket: {
|
|
1547
|
-
ID: 0x0089,
|
|
1547
|
+
ID: 0x0089, // 137
|
|
1548
1548
|
request: {
|
|
1549
1549
|
packet: types_1.LVBytes
|
|
1550
1550
|
},
|
|
@@ -1553,7 +1553,7 @@ exports.FRAMES = {
|
|
|
1553
1553
|
},
|
|
1554
1554
|
},
|
|
1555
1555
|
mfglibSetChannel: {
|
|
1556
|
-
ID: 0x008A,
|
|
1556
|
+
ID: 0x008A, // 138
|
|
1557
1557
|
request: {
|
|
1558
1558
|
channel: types_1.uint8_t
|
|
1559
1559
|
},
|
|
@@ -1562,14 +1562,14 @@ exports.FRAMES = {
|
|
|
1562
1562
|
},
|
|
1563
1563
|
},
|
|
1564
1564
|
mfglibGetChannel: {
|
|
1565
|
-
ID: 0x008B,
|
|
1565
|
+
ID: 0x008B, // 139
|
|
1566
1566
|
request: null,
|
|
1567
1567
|
response: {
|
|
1568
1568
|
channel: types_1.uint8_t
|
|
1569
1569
|
},
|
|
1570
1570
|
},
|
|
1571
1571
|
mfglibSetPower: {
|
|
1572
|
-
ID: 0x008C,
|
|
1572
|
+
ID: 0x008C, // 140
|
|
1573
1573
|
request: {
|
|
1574
1574
|
txPowerMode: types_1.uint16_t,
|
|
1575
1575
|
power: types_1.int8s
|
|
@@ -1579,14 +1579,14 @@ exports.FRAMES = {
|
|
|
1579
1579
|
},
|
|
1580
1580
|
},
|
|
1581
1581
|
mfglibGetPower: {
|
|
1582
|
-
ID: 0x008D,
|
|
1582
|
+
ID: 0x008D, // 141
|
|
1583
1583
|
request: null,
|
|
1584
1584
|
response: {
|
|
1585
1585
|
power: types_1.int8s
|
|
1586
1586
|
},
|
|
1587
1587
|
},
|
|
1588
1588
|
mfglibRxHandler: {
|
|
1589
|
-
ID: 0x008E,
|
|
1589
|
+
ID: 0x008E, // 142
|
|
1590
1590
|
request: null,
|
|
1591
1591
|
response: {
|
|
1592
1592
|
linkQuality: types_1.uint8_t,
|
|
@@ -1596,7 +1596,7 @@ exports.FRAMES = {
|
|
|
1596
1596
|
},
|
|
1597
1597
|
// Bootloader Frames
|
|
1598
1598
|
launchStandaloneBootloader: {
|
|
1599
|
-
ID: 0x008F,
|
|
1599
|
+
ID: 0x008F, // 143
|
|
1600
1600
|
request: {
|
|
1601
1601
|
mode: types_1.uint8_t
|
|
1602
1602
|
},
|
|
@@ -1605,7 +1605,7 @@ exports.FRAMES = {
|
|
|
1605
1605
|
},
|
|
1606
1606
|
},
|
|
1607
1607
|
sendBootloadMessage: {
|
|
1608
|
-
ID: 0x0090,
|
|
1608
|
+
ID: 0x0090, // 144
|
|
1609
1609
|
request: {
|
|
1610
1610
|
broadcast: types_1.Bool,
|
|
1611
1611
|
destEui64: types_1.EmberEUI64,
|
|
@@ -1616,7 +1616,7 @@ exports.FRAMES = {
|
|
|
1616
1616
|
},
|
|
1617
1617
|
},
|
|
1618
1618
|
getStandaloneBootloaderVersionPlatMicroPhy: {
|
|
1619
|
-
ID: 0x0091,
|
|
1619
|
+
ID: 0x0091, // 145
|
|
1620
1620
|
request: null,
|
|
1621
1621
|
response: {
|
|
1622
1622
|
bootloader_version: types_1.uint16_t,
|
|
@@ -1626,7 +1626,7 @@ exports.FRAMES = {
|
|
|
1626
1626
|
},
|
|
1627
1627
|
},
|
|
1628
1628
|
incomingBootloadMessageHandler: {
|
|
1629
|
-
ID: 0x0092,
|
|
1629
|
+
ID: 0x0092, // 146
|
|
1630
1630
|
request: null,
|
|
1631
1631
|
response: {
|
|
1632
1632
|
longId: types_1.EmberEUI64,
|
|
@@ -1636,7 +1636,7 @@ exports.FRAMES = {
|
|
|
1636
1636
|
},
|
|
1637
1637
|
},
|
|
1638
1638
|
bootloadTransmitCompleteHandler: {
|
|
1639
|
-
ID: 0x0093,
|
|
1639
|
+
ID: 0x0093, // 147
|
|
1640
1640
|
request: null,
|
|
1641
1641
|
response: {
|
|
1642
1642
|
status: types_1.EmberStatus,
|
|
@@ -1644,7 +1644,7 @@ exports.FRAMES = {
|
|
|
1644
1644
|
},
|
|
1645
1645
|
},
|
|
1646
1646
|
aesEncrypt: {
|
|
1647
|
-
ID: 0x0094,
|
|
1647
|
+
ID: 0x0094, // 148
|
|
1648
1648
|
request: {
|
|
1649
1649
|
plaintext: (0, types_1.fixed_list)(16, types_1.uint8_t),
|
|
1650
1650
|
key: (0, types_1.fixed_list)(16, types_1.uint8_t)
|
|
@@ -1654,7 +1654,7 @@ exports.FRAMES = {
|
|
|
1654
1654
|
},
|
|
1655
1655
|
},
|
|
1656
1656
|
overrideCurrentChannel: {
|
|
1657
|
-
ID: 0x0095,
|
|
1657
|
+
ID: 0x0095, // 149
|
|
1658
1658
|
request: {
|
|
1659
1659
|
channel: types_1.uint8_t
|
|
1660
1660
|
},
|
|
@@ -1664,7 +1664,7 @@ exports.FRAMES = {
|
|
|
1664
1664
|
},
|
|
1665
1665
|
// ZLL Frames
|
|
1666
1666
|
zllNetworkOps: {
|
|
1667
|
-
ID: 0x00B2,
|
|
1667
|
+
ID: 0x00B2, // 178
|
|
1668
1668
|
request: {
|
|
1669
1669
|
networkInfo: types_1.EmberZllNetwork,
|
|
1670
1670
|
op: types_1.EzspZllNetworkOperation,
|
|
@@ -1675,7 +1675,7 @@ exports.FRAMES = {
|
|
|
1675
1675
|
},
|
|
1676
1676
|
},
|
|
1677
1677
|
zllSetInitialSecurityState: {
|
|
1678
|
-
ID: 0x00B3,
|
|
1678
|
+
ID: 0x00B3, // 179
|
|
1679
1679
|
request: {
|
|
1680
1680
|
networkKey: types_1.EmberKeyData,
|
|
1681
1681
|
securityState: types_1.EmberZllInitialSecurityState
|
|
@@ -1685,7 +1685,7 @@ exports.FRAMES = {
|
|
|
1685
1685
|
},
|
|
1686
1686
|
},
|
|
1687
1687
|
zllStartScan: {
|
|
1688
|
-
ID: 0x00B4,
|
|
1688
|
+
ID: 0x00B4, // 180
|
|
1689
1689
|
request: {
|
|
1690
1690
|
channelMask: types_1.uint32_t,
|
|
1691
1691
|
radioPowerForScan: types_1.int8s,
|
|
@@ -1696,7 +1696,7 @@ exports.FRAMES = {
|
|
|
1696
1696
|
},
|
|
1697
1697
|
},
|
|
1698
1698
|
zllSetRxOnWhenIdle: {
|
|
1699
|
-
ID: 0x00B5,
|
|
1699
|
+
ID: 0x00B5, // 181
|
|
1700
1700
|
request: {
|
|
1701
1701
|
durationMs: types_1.uint16_t
|
|
1702
1702
|
},
|
|
@@ -1705,7 +1705,7 @@ exports.FRAMES = {
|
|
|
1705
1705
|
},
|
|
1706
1706
|
},
|
|
1707
1707
|
zllNetworkFoundHandler: {
|
|
1708
|
-
ID: 0x00B6,
|
|
1708
|
+
ID: 0x00B6, // 182
|
|
1709
1709
|
request: null,
|
|
1710
1710
|
response: {
|
|
1711
1711
|
networkInfo: types_1.EmberZllNetwork,
|
|
@@ -1716,14 +1716,14 @@ exports.FRAMES = {
|
|
|
1716
1716
|
},
|
|
1717
1717
|
},
|
|
1718
1718
|
zllScanCompleteHandler: {
|
|
1719
|
-
ID: 0x00B7,
|
|
1719
|
+
ID: 0x00B7, // 183
|
|
1720
1720
|
request: null,
|
|
1721
1721
|
response: {
|
|
1722
1722
|
status: types_1.EmberStatus
|
|
1723
1723
|
},
|
|
1724
1724
|
},
|
|
1725
1725
|
zllAddressAssignmentHandler: {
|
|
1726
|
-
ID: 0x00B8,
|
|
1726
|
+
ID: 0x00B8, // 184
|
|
1727
1727
|
request: null,
|
|
1728
1728
|
response: {
|
|
1729
1729
|
addressInfo: types_1.EmberZllAddressAssignment,
|
|
@@ -1732,7 +1732,7 @@ exports.FRAMES = {
|
|
|
1732
1732
|
},
|
|
1733
1733
|
},
|
|
1734
1734
|
setLogicalAndRadioChannel: {
|
|
1735
|
-
ID: 0x00B9,
|
|
1735
|
+
ID: 0x00B9, // 185
|
|
1736
1736
|
request: {
|
|
1737
1737
|
radioChannel: types_1.uint8_t
|
|
1738
1738
|
},
|
|
@@ -1741,21 +1741,21 @@ exports.FRAMES = {
|
|
|
1741
1741
|
},
|
|
1742
1742
|
},
|
|
1743
1743
|
getLogicalChannel: {
|
|
1744
|
-
ID: 0x00BA,
|
|
1744
|
+
ID: 0x00BA, // 186
|
|
1745
1745
|
request: null,
|
|
1746
1746
|
response: {
|
|
1747
1747
|
logicalChannel: types_1.uint8_t
|
|
1748
1748
|
},
|
|
1749
1749
|
},
|
|
1750
1750
|
zllTouchLinkTargetHandler: {
|
|
1751
|
-
ID: 0x00BB,
|
|
1751
|
+
ID: 0x00BB, // 187
|
|
1752
1752
|
request: null,
|
|
1753
1753
|
response: {
|
|
1754
1754
|
networkInfo: types_1.EmberZllNetwork
|
|
1755
1755
|
},
|
|
1756
1756
|
},
|
|
1757
1757
|
zllGetTokens: {
|
|
1758
|
-
ID: 0x00BC,
|
|
1758
|
+
ID: 0x00BC, // 188
|
|
1759
1759
|
request: null,
|
|
1760
1760
|
response: {
|
|
1761
1761
|
data: types_1.EmberTokTypeStackZllData,
|
|
@@ -1763,19 +1763,19 @@ exports.FRAMES = {
|
|
|
1763
1763
|
},
|
|
1764
1764
|
},
|
|
1765
1765
|
zllSetDataToken: {
|
|
1766
|
-
ID: 0x00BD,
|
|
1766
|
+
ID: 0x00BD, // 189
|
|
1767
1767
|
request: {
|
|
1768
1768
|
data: types_1.EmberTokTypeStackZllData
|
|
1769
1769
|
},
|
|
1770
1770
|
response: null,
|
|
1771
1771
|
},
|
|
1772
1772
|
zllSetNonZllNetwork: {
|
|
1773
|
-
ID: 0x00BF,
|
|
1773
|
+
ID: 0x00BF, // 191
|
|
1774
1774
|
request: null,
|
|
1775
1775
|
response: null,
|
|
1776
1776
|
},
|
|
1777
1777
|
isZllNetwork: {
|
|
1778
|
-
ID: 0x00BE,
|
|
1778
|
+
ID: 0x00BE, // 190
|
|
1779
1779
|
request: null,
|
|
1780
1780
|
response: {
|
|
1781
1781
|
isZllNetwork: types_1.Bool
|
|
@@ -2063,7 +2063,7 @@ exports.FRAMES = {
|
|
|
2063
2063
|
// },
|
|
2064
2064
|
// Green Power Frames
|
|
2065
2065
|
gpProxyTableProcessGpPairing: {
|
|
2066
|
-
ID: 0x00C9,
|
|
2066
|
+
ID: 0x00C9, // 201
|
|
2067
2067
|
request: {
|
|
2068
2068
|
options: types_1.uint32_t,
|
|
2069
2069
|
addr: types_1.EmberGpAddress,
|
|
@@ -2081,7 +2081,7 @@ exports.FRAMES = {
|
|
|
2081
2081
|
},
|
|
2082
2082
|
},
|
|
2083
2083
|
dGpSend: {
|
|
2084
|
-
ID: 0x00C6,
|
|
2084
|
+
ID: 0x00C6, // 198
|
|
2085
2085
|
request: {
|
|
2086
2086
|
action: types_1.Bool,
|
|
2087
2087
|
useCca: types_1.Bool,
|
|
@@ -2096,7 +2096,7 @@ exports.FRAMES = {
|
|
|
2096
2096
|
},
|
|
2097
2097
|
},
|
|
2098
2098
|
dGpSentHandler: {
|
|
2099
|
-
ID: 0x00C7,
|
|
2099
|
+
ID: 0x00C7, // 199
|
|
2100
2100
|
request: null,
|
|
2101
2101
|
response: {
|
|
2102
2102
|
status: types_1.EmberStatus,
|
|
@@ -2104,7 +2104,7 @@ exports.FRAMES = {
|
|
|
2104
2104
|
},
|
|
2105
2105
|
},
|
|
2106
2106
|
gpepIncomingMessageHandler: {
|
|
2107
|
-
ID: 0x00C5,
|
|
2107
|
+
ID: 0x00C5, // 197
|
|
2108
2108
|
request: null,
|
|
2109
2109
|
response: {
|
|
2110
2110
|
status: types_1.EmberStatus,
|