[6.3.0][Opt]新增天气效果数据同步的日志

This commit is contained in:
chenfufeng
2024-03-28 15:39:37 +08:00
parent e5838c0aef
commit e847002173
2 changed files with 3 additions and 0 deletions

View File

@@ -218,6 +218,7 @@ class TeleMsgHandler : IMsgHandler {
}
TelematicConstant.WEATHER_SWITCH_STATUS -> {
invokeNettyConnResult("接收到司机屏发过来的天气效果开关数据为:${it.body}")
ThreadUtils.runOnUiThread {
CallerMapUIServiceManager.getMapUIController()?.setWeatherEnable(String(it.body) == "1")
}