pivasoftware / easycwmp

EasyCwmp:
http://www.easycwmp.org/
GNU General Public License v2.0
77 stars 61 forks source link

Notifications for new objects #32

Open okraits opened 7 years ago

okraits commented 7 years ago

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..

pivasoftware commented 7 years ago

Please send your issues via http://easycwmp.org (Support) I think is out of standard. Standard is speaking about parameter notification and object notification!!