Support for Get/SetParameterAttributes RPCs

It’s released but unfortunately not yet documented. But here’s how to set the notification attribute of a parameter:

declare("InternetGatewayDevice.SomeParameter", {notification: timestamp}, {value: 1});
5 Likes