Google Assistant должен иметь возможность связать запрос с командой для отправки на ваше устройство. Чтобы это работало, вам необходимо указать, какие возможности поддерживает ваше устройство. Эти способности известны как черты . Вы заявляете эти характеристики в своей модели устройства.
Google уже создал множество общих черт , встречающихся на многих устройствах. Эти особенности не привязаны к одному типу устройства, вы можете использовать их по своему усмотрению.
Добавить черту
Ранее вы определили модель, теперь обновите ее, добавив признак. В этом случае добавьте функцию «Вкл/Выкл» для управления светодиодом, подключенным к вашему устройству.
[null,null,["Последнее обновление: 2024-11-08 UTC."],[[["The Google Assistant Library for Python is deprecated and developers should utilize the Google Assistant Service instead."],["Device capabilities, known as traits, are defined within the device model to enable the Google Assistant to link user queries with device commands."],["Google provides pre-built traits for common device functionalities that can be incorporated into your device model."],["Adding a trait to your device model involves using the Actions Console to select and save the desired trait, such as the OnOff trait for controlling an LED."]]],["Device traits define a device's abilities for the Google Assistant. To add a trait, access the Actions Console, select the \"Device registration\" tab, and edit the desired model. Within the model, add the desired trait by clicking the pencil icon in the \"Supported traits\" box and selecting it, like the \"OnOff\" trait for LED control, then save. The Google Assistant Library for Python is deprecated, use the Google Assistant Service instead.\n"]]