You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get notifications for newly created objects. Is that supposed to work?
I added a path with
list active 'InternetGatewayDevice.Route.'
to the easycwmp config and try to get notifications if an object like
InternetGatewayDevice.Route.1.
is created. I get a value change event for the NumberOfEntries parameter but not for the parameters of the new object itself.
I saw that value changes are detected by comparing the new value to the old value in the file /tmp/.easycwmp_notif_param_value but for that to work the parameter must exist in that file and that's not the case for parameters of a new object.
It would be nice if notifications would be triggered for all parameters and objects below the fuzzy path InternetGatewayDevice.Route..
The text was updated successfully, but these errors were encountered:
Please send your issues via http://easycwmp.org (Support)
I think is out of standard. Standard is speaking about parameter notification and object notification!!
I'm trying to get notifications for newly created objects. Is that supposed to work?
I added a path with
to the easycwmp config and try to get notifications if an object like
is created. I get a value change event for the NumberOfEntries parameter but not for the parameters of the new object itself.
I saw that value changes are detected by comparing the new value to the old value in the file /tmp/.easycwmp_notif_param_value but for that to work the parameter must exist in that file and that's not the case for parameters of a new object.
It would be nice if notifications would be triggered for all parameters and objects below the fuzzy path InternetGatewayDevice.Route..
The text was updated successfully, but these errors were encountered: