语音助手参数添加在线状态字段
This commit is contained in:
@@ -75,8 +75,9 @@ 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"`
|
||||||
BemFaEnable uint8 `json:"bem_fa_enable"`
|
OnlineStatus uint8 `json:"online_status"`
|
||||||
BemFaName string `json:"bem_fa_name"`
|
BemFaEnable uint8 `json:"bem_fa_enable"`
|
||||||
|
BemFaName string `json:"bem_fa_name"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user