I’d love to see the GetParameterAttributes and SetParameterAttributes RPCs supported, which would allow us to set passive and active notification on attributes that we wish to be notified of changes to.
This was discussed previously on the mailing list and I believe this was planned for the next major release.
This is in my to do list and I intend for it to be in v1.2. But honestly I don’t consider it being a high priority so if the next release drags for too long then this might get axed If you’re interested in contributing this feature I’d be happy to help.
I need to configure the contents of Inform messages. As far as I know this is done by invoking SetParameterAttributes to change the Notification setting to 1 = Passive notification.
Is support for this RPC included in v1.2 and if so, how do I access it please?
That’s implemented in the branch ‘attributes’ and will be merged with master prior to final v1.2 release. You can set notification attributes like this:
Fantastic! Thanks for working on adding this, having it will make our lives a lot easier and enable us to remove a bunch of code we put in our app to work around not being able to receive inform notifications when specific fields change.
As mentioned above, I have found that the SetParameterAttributes and GetParameterAttributes rpc interfaces are not currently provided, but I would like to implement them through the API