14.04.2023, 12:04
For BACnet ID use this:
You can download the system config backup and check what other fields are present in the config files.
Code:
require('uci')
uci.set('bacnet', 'server', 'devid', 123)
uci.commmit('bacnet')
You can download the system config backup and check what other fields are present in the config files.