PoseiDAT / schemas

The core schemas for the PoseiDAT data interchange formats
MIT License
1 stars 5 forks source link

New measurement type 'Illumination' #35

Open DriesVandb opened 2 years ago

DriesVandb commented 2 years ago

The addition of the measurement type 'ILLUMINATION' is necessary to be able to support lux sensors.

"ILLUMINATION" should be added to IEnumMeasurementType.

Example: export declare type IEnumMeasurementType = "POSITION" | "TEMPERATURE" | "HUMIDITY" | "PRESSURE" | "SPEED" | "ONOFF" | "FORCE" | "FUEL_CONSUMPTION" | "DEPTH" | "ACCELERATION" | "MAGNETISM" | "ANGULAR_VELOCITY" | "VOLTAGE" | "CURRENT" | "POWER" | "ENERGY_CONSUMPTION" | "TRAWL_TENSION" | "SCALE" | "RPM" | "ROUTE" | "SPATIAL_AXES" | "ILLUMINATION";