AI实验室后端

This commit is contained in:
BBIT-Kai
2026-02-04 13:58:18 +08:00
parent f9536dd0b4
commit 646e312a4c
24 changed files with 962 additions and 86 deletions
+3
View File
@@ -103,5 +103,8 @@ class MqttTopic:
def is_status(self) -> bool:
return self.domain == "status" and self.resource == "info"
def is_response(self) -> bool:
return self.domain == "receipt"
def is_cmd(self) -> bool:
return self.domain == "cmd"