SmartBioTech / DeviceControl

2 stars 1 forks source link

Measurement data specification #22

Closed xtrojak closed 3 years ago

xtrojak commented 4 years ago

The general format of data provided by DeviceControl has to be documented in Wiki.

xtrojak commented 4 years ago

Note: it would be better to create dictionary-like data structure then a list of fixed length (e.g. [10, 'internal'] vs. {'value': 10, 'source': 'internal'}.