14.03.2025, 11:13
You can try reading the Stack version attribute. But it's optional so you might not get a reply from the device.
Code:
zb = require('applibs.zigbee')
-- Basic / StackVersion
res, err = zb.cmdsync('getrawattribute', '0123456789abcdef', 0, 2)
log(res, err)