sensor: Enable ambient light sensor report ir strength
Signed-off-by: yangjiukui <yangjiukui@xiaomi.com>
This commit is contained in:
parent
70c6803db6
commit
1bcfb7af39
@ -364,6 +364,7 @@ struct sensor_light /* Type: Light */
|
||||
{
|
||||
uint64_t timestamp; /* Units is microseconds */
|
||||
float light; /* in SI lux units */
|
||||
float ir; /* in SI lux units */
|
||||
};
|
||||
|
||||
struct sensor_humi /* Type: Relative Humidity */
|
||||
|
Loading…
Reference in New Issue
Block a user