mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Update telemetry.proto to include VEML7700 high accuracy white light(irradiance) sensor
This commit is contained in:
parent
5f6dc3a1a8
commit
71f3d68db5
1 changed files with 2 additions and 9 deletions
|
|
@ -89,16 +89,9 @@ message EnvironmentMetrics {
|
|||
float lux = 9;
|
||||
|
||||
/*
|
||||
* VEML7700 raw white light data digital 16-bit resolution sensor.
|
||||
* VEML7700 high accuracy white light(irradiance) not calibrated digital 16-bit resolution sensor.
|
||||
*/
|
||||
uint32 white = 10;
|
||||
|
||||
/*
|
||||
* VEML7700 raw ALS data digital 16-bit resolution sensor.
|
||||
*/
|
||||
uint32 ALS = 11;
|
||||
|
||||
|
||||
float white_lux = 10;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue