車燈
狀態監聽
關於車燈的狀態,可從
MetaParameter的實例中讀取,可參閱 元資料 。
切換開關
try {
FarmlandBikeKit.sleipnir().lightControl(DeviceLightType.FrontLight, true)
} catch (e: Throwable) {
}關於車燈的狀態,可從
MetaParameter的實例中讀取,可參閱 元資料 。
try {
FarmlandBikeKit.sleipnir().lightControl(DeviceLightType.FrontLight, true)
} catch (e: Throwable) {
}