Open-Agriculture / AgIsoStack-plus-plus

AgIsoStack++ is the completely free open-source C++ ISOBUS library for everyone
https://agisostack.com/
MIT License
187 stars 41 forks source link

Listen to alarm ACK messages in example #424

Closed GwnDaan closed 7 months ago

GwnDaan commented 8 months ago

When an alarm mask is activated, most of the time the VT will present an extra button for closing it. (e.g. the VT proprietary acknowledge button). You expect the alarm to be acknowledged when you press it. However, currently we do not listen for it in our examples. Could be a nice quality of life thing to add.

edit(31-01): it seems to be the Soft Key Activation message with soft key code = 0 that is used for such a message