Hi,
I’m sending a Describe
message over COAP with data that looks like this:
41 01 72 2c 01 b1 64
The response coming back is this:
{ p: 6,
m:
[ { s: 16384, l: 'm', vc: 30, vv: 30, f: 'b', n: '0', v: 7, d: [] },
{ s: 262144, l: 'm', vc: 30, vv: 30, f: 's', n: '1', v: 102, d: [] },
{ s: 262144,
l: 'm',
vc: 30,
vv: 30,
f: 's',
n: '2',
v: 102,
d: [ { f: 's', n: '1', v: 102, _: '' } ] },
{ s: 131072,
l: 'm',
vc: 30,
vv: 30,
u: '2BA4E71E840F596B812003882AAE7CA6496F1590CA4A049310AF76EAF11C943A',
f: 'u',
n: '1',
v: 2,
d: [ { f: 's', n: '2', v: 1, _: '' } ] },
{ s: 131072, l: 'f', vc: 30, vv: 0, d: [] } ] }
The main thing I’d like to do is get the function names.
This format is also different from the old format where I was getting the function names so I don’t know how to do it.
There used to be a v
property in the json that could get me the names.