1 Commits

Author SHA1 Message Date
207b56e419 语音助手参数添加在线状态字段 2025-09-20 17:42:05 +08:00

View File

@@ -77,6 +77,7 @@ type WebsocketSignData struct {
type VoiceAssistant struct { type VoiceAssistant struct {
Id uint32 `json:"id"` Id uint32 `json:"id"`
Type uint8 `json:"type"` Type uint8 `json:"type"`
OnlineStatus uint8 `json:"online_status"`
BemFaEnable uint8 `json:"bem_fa_enable"` BemFaEnable uint8 `json:"bem_fa_enable"`
BemFaName string `json:"bem_fa_name"` BemFaName string `json:"bem_fa_name"`
} }