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?