I'm integrating google assistant on linux febora os. The latest version of google assistant is throwing an error for google-assistant-demo sample.
(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
I'm failing to registering the device model.
(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
What is this register the device model? Google assistant will not work without registering the device model?