38 Display Time

Sets display time

time is the screen-on time, Bright screen event 5-30s, increment by 5.

_blePlugin.sendDisplayTime(DisplayTimeType);

Parameter Description :

DisplayTimeType:

valuevalue typevalue description
displayFiveint5s
displayTenint10s
displayFifteenint15s
displayTwentyint20s
displayTwentyFiveint25s
displayThirtyint30s

Gets display time

int displayTime = await _blePlugin.queryDisplayTime;
Last Updated: