whiteLux property
VEML7700 high accuracy white light(irradiance) not calibrated digital 16-bit resolution sensor.
Implementation
@$pb.TagNumber(10)
$core.double get whiteLux => $_getN(9);
Implementation
@$pb.TagNumber(10)
set whiteLux($core.double value) => $_setFloat(9, value);