Unit System

Sets the unit system

The watch supports setting the time system to metric and imperial.

/// type see UnitSystemType
_blePlugin.sendUnitSystem(UnitSystemType);

Parameter Description :

UnitSystemType:

valuevalue typevalue description
metricSystembyte0
imperialSystembyte1

Gets the unit system

int unitSystemType = await _blePlugin.queryUnitSystem;
Last Updated: