#82 EoN: SparkplugSimple.Notify requires handshake

1.0.0.0: EoN
closed
hermsen
None
2020-10-24
2020-10-22
i-campbell
No

At the moment, if a SparkplugSimple.Value is written with a new value, a notify bit is set. If it is written again without changing the value, the notify bit is cleared.

This should be changed to:
if a SparkplugSimple.Value is written with a new value, a notify bit is set. If the notification is acknowledged, the notify bit is cleared.

The code which uses the notification should then call the AcknowledgeNotify() method.

Discussion

  • hermsen

    hermsen - 2020-10-22
    • status: open --> pending
     
  • hermsen

    hermsen - 2020-10-22

    Fixed in v0.9.9.0

     
  • hermsen

    hermsen - 2020-10-24
    • labels: EoN, Bug -->
    • status: pending --> closed
     

Log in to post a comment.