我正在 linux febora os 上集成谷歌助手。最新版本的谷歌助手正在为 google-assistant-demo 示例抛出错误。
(env) [root@artik ~]# /env/bin/google-assistant-demo
usage: google-assistant-demo [-h] [--credentials OAUTH2_CREDENTIALS_FILE]
--device_model_id DEVICE_MODEL_ID
[--project_id PROJECT_ID]
google-assistant-demo: error: the following arguments are required: --device_model_id
我无法注册设备型号。
(env) [root@artik ~]# googlesamples-assistant-devicetool register --model 'my-model-identifier' \
> --type LIGHT --trait action.devices.traits.OnOff \
> --manufacturer 'Assistant SDK developer' \
> --product-name 'Assistant SDK light' \
> --description 'Assistant SDK light device' \
> --device 'my-device-identifier' \
> --nickname 'My Assistant Light'
Usage: googlesamples-assistant-devicetool register [OPTIONS]
Error: Missing option "--client-type". Choose from SERVICE, LIBRARY
这个注册设备型号是什么?谷歌助手不注册设备型号就不能工作?