[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2024-08-22 UTC"],[[["This guide explains how to register a device model with Google Assistant, providing necessary device information for Assistant's responses."],["Device registration involves providing device details, downloading credentials for authorization, and (optionally) specifying device traits."],["You can register a device model through the Actions Console UI, registration tool, or REST API, with the UI requiring prior 'Device registration' selection during project creation."],["For Raspberry Pi, the downloaded credentials file (`client_secret_\u003cclient-id\u003e.json`) needs to be placed in the `/home/pi` directory using `scp` command from a separate terminal, not within an SSH session."],["After registration, you can edit the model and download credentials again if needed; device model access is restricted to the associated Actions Console project."]]],["Register a device model via the Actions Console's registration UI by filling out device details like type and manufacturer. This information is accessible to the Assistant, tied to your project. Download the `client_secret_\u003cclient-id\u003e.json` file containing your credentials and transfer it to your device, ensuring it's in `/home/pi` on a Raspberry Pi. You can skip specifying device traits for now, but edits and file re-downloads are available via the model list. Alternative methods for registration are the registration tool and REST API.\n"]]