[8.2.0]OTA升级查询

This commit is contained in:
xuxinchao
2025-08-06 17:17:11 +08:00
parent a5fbd94d11
commit 0ad3339b04
5 changed files with 49 additions and 202 deletions

View File

@@ -42,4 +42,9 @@ interface IOTAListener {
*/
fun onOtaPureStr(token: Long,timestamp: Long,status: SsmInfo.PureStr){}
/**
* OTA 2.0任务查询
*/
fun sendOtaPadMsgQuery(){}
}