icwmp/test/files/etc/icwmpd/custom_notification_invalid_parameter.json
Suvendhu Hansa caa4ac86b9 Rename var sate UCI file
cwmp runtime configuration present in /var/state/ directory, with uci/libuci -c option commit changes(including standard uci) to runtime path, this change to segregate the standard uci changes flow with run time config changes.
2023-06-01 08:56:39 +00:00

12 lines
188 B
JSON

{
"custom_notification": [
{
"parameter": "Device.SSH.",
"notify_type": "2"
},
{
"parameter": "Device.WiFi.SSID.1.SD",
"notify_type": "1"
}
]
}