rsmp-nordic / rsmp_schema

JSON Schema for automatically validating RSMP messages
MIT License
1 stars 0 forks source link

Add S0001 cyclecounter10 and basecyclecounter10 attributes #113

Open emiltin opened 3 weeks ago

emiltin commented 2 days ago

To avoid the cycle counters causing a status message to be send oever 1/10th of a second, this PR propose the concept of meta-attributes. A change in these does not in itself trigger a status update. So only when the actual signal group status changes, you get a mesage, and then of course with the current cycle counters. But this would require change to the core spec.

Another possible option would be to work with incremental updates, see https://github.com/rsmp-nordic/rsmp_core_v4/discussions/27.