rsmp-nordic / rsmp_schema

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

allow s0006 emergecystage=0 #70

Closed emiltin closed 1 year ago

emiltin commented 1 year ago

Allow emergencystage=0 in S0006 and explain that when status=False, emergencystage should be set to zero.

Note that minimum and maximum values are currently not validated using json schema, because numerical values send as string, rather than as native json numericals. Once we use native data types, we can validate min/max values.

So this is more of an documentation issue.