Google Assistant muss eine Anfrage mit einem Befehl verknüpfen können, der an Ihr Gerät gesendet werden soll. Dazu müssen Sie deklarieren, welche Funktionen Ihr Gerät unterstützt. Diese Fähigkeiten werden als Eigenschaften bezeichnet. Diese Merkmale deklarieren Sie innerhalb Ihres Gerätemodells.
Google hat bereits eine Vielzahl von gemeinsamen Eigenschaften auf vielen Geräten erstellt. Diese Merkmale sind nicht an nur einen Gerätetyp gebunden. Sie können sie beliebig verwenden.
Trait hinzufügen
Sie haben zuvor ein Modell definiert. Aktualisieren Sie es jetzt, indem Sie eine Eigenschaft hinzufügen. Füge in diesem Fall eine Ein/Aus-Eigenschaft hinzu, um eine an deinem Gerät angeschlossene LED zu steuern.
[null,null,["Zuletzt aktualisiert: 2023-12-02 (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"]]