我一直试图在我的Raspberry Pi 3上的Google Assistant SDK中注册设备实例。
这是我的输入代码
googlesamples-assistant-devicetool --project-id RASPI-ED53D register --model RASPI-ED53D-LIGHT-7NBZNA --type OUTLET --manufacturer SUPERCONN --product-name LIGHT --device 0001 --client-type LIBRARY
输出/错误
创建新的设备模型 错误:无法注册模型:400
无法创建设备模型。检查请求中是否包含请求有效载荷中具有有效格式的必填字段project_id。有关更多信息,请参见https://developers.google.com/assistant/sdk/reference/device-registration/model-and-instance-schemas。
根据Google资源,语法正确。
有什么想法吗?
答案 0 :(得分:0)
模式列出action.devices.types.OUTLET
,而不是OUTLET
。
当我列出我的设备时,它们会指定类似的类型,例如:
Device Type: action.devices.types.SPEAKER