Hello,
I’m writing a new driver.
I’m struggling with an issue about the type of a capability.
The capability is ‘measure_luminance’ that is supposed to be a number.
But the device send a boolean (light/dark) and I got the following error :
Error: Invalid capability (measure_luminance) value type. Expected: number. Got: boolean
How to manage this issue?
Regards