mikee47 / ConfigDB

Configuration database for Sming
GNU General Public License v3.0
3 stars 1 forks source link

Add property value range checks #23

Closed mikee47 closed 2 months ago

mikee47 commented 2 months ago

This PR ensures property values are clipped to the defined minimum/maximum range, for both Updater and streaming.

A variant (union) field has been added to PropertyInfo:

Other types obtain their default value from the object structure.

TODO: