mirror of
https://github.com/mavlink/mavlink.git
synced 2026-06-19 07:35:34 +00:00
f368676f60
* parameter.schema.json: Add readOnly property and make type optional Add a readOnly boolean property to the parameter metadata schema to indicate parameters that should not be changed by the user. Make the type field optional since it can be determined at runtime from the PARAM_VALUE message. * Apply suggestion from @hamishwillee --------- Co-authored-by: Hamish Willee <hamishwillee@gmail.com>