sensor: Enable ambient light sensor report ir strength

Signed-off-by: yangjiukui <yangjiukui@xiaomi.com>
This commit is contained in:
yangjiukui 2022-03-01 19:51:46 +08:00 committed by GUIDINGLI
parent 70c6803db6
commit 1bcfb7af39

View File

@ -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 */