Discovering Parameters 4 VALUE CHANGE

HI guys,

I’d like to know if its possible to get parameter that force 4VALUE CHANGE.

In default provision I set:

declare("InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.SSID", {notification: hourly}, {notification: 2});
declare("InternetGatewayDevice.LANDevice.1.WLANConfiguration.5.SSID", {notification: hourly}, {notification: 2});

I know that if any value of this parameters change I’ll get 4 VALUE CHANGE, but how to get specific parameter?

I don’t believe there is a way to get the specific param that caused the value change event. GenieACS will automatically update its cache with the parameter values in the value change event.

Got it, thanks @akcoder