BroadbandForum / obuspa

OB-USP-AGENT is a system daemon providing a User Services Platform (USP) Agent. https://github.com/BroadbandForum/obuspa/wiki
BSD 3-Clause "New" or "Revised" License
93 stars 62 forks source link

ValueChange trigger clarification #98

Closed Wonderjack996 closed 1 year ago

Wonderjack996 commented 1 year ago

Hello everyone.

I'am now to ob-usp-a, and i've not understand very well how can i trigger a ValueChange notification.

There is not a way to signal that like we do with the event?

Thanks to everyone.

holme-r commented 1 year ago

The current mechanism has the parameters selected by the Value Change subscription being polled at a rate of VALUE_CHANGE_POLL_PERIOD (default: 30 seconds). If any have changed since the last poll period, then a ValueChange notification is sent.

Wonderjack996 commented 1 year ago

Thank you. I've tried and i receive the notification (after making a correct subscription). The problem before is that i was not attended enough.