Hello. In the UI I see the device (I use for testing genieacs-sim)
DeviceID.ID 202BC1-BM632w-000000
DeviceID.Manufacturer Huawei Technologies Co., Ltd.
DeviceID.OUI 202BC1
DeviceID.ProductClass BM632w
DeviceID.SerialNumber 000000
But i can’t read the parameters from device. Нere is the test script:
log(“test script start”);
const s = declare(“DeviceID.SerialNumber”, {value: 1});
log(JSON.stringify(s));
In the logs I see
… 202BC1-BM632w-000000: Script: test script start
… 202BC1-BM632w-000000: Script: {}