You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DHowett
changed the title
FP_LED_LEVEL_CONTROL takes symbolic inputs but returns raw outputs
hx20: FP_LED_LEVEL_CONTROL takes symbolic inputs but returns raw outputs
Jun 10, 2022
Calling the
FP_LED_LEVEL_CONTROL
host command withset
requires one of the symbolic LED brightnesses:FP_LED_BRIGHTNESS_HIGH
=0
FP_LED_BRIGHTNESS_MEDIUM
=1
FP_LED_BRIGHTNESS_LOW
=2
However, calling it with
get
populated returns the actual stored brightness value:55
(FP_LED_HIGH
)40
(FP_LED_MEDIUM
)15
(FP_LED_LOW
)The text was updated successfully, but these errors were encountered: