دستیار Google باید بتواند یک درخواست را با دستوری برای ارسال به دستگاه شما مرتبط کند. برای انجام این کار، باید اعلام کنید که دستگاه شما از چه نوع توانایی هایی پشتیبانی می کند. این توانایی ها به عنوان صفات شناخته می شوند. شما این ویژگی ها را در مدل دستگاه خود اعلام می کنید.
گوگل در حال حاضر طیف گسترده ای از ویژگی های مشترک موجود در بسیاری از دستگاه ها را ایجاد کرده است. این ویژگیها تنها به یک نوع دستگاه مرتبط نیستند، میتوانید هر طور که میخواهید از آنها استفاده کنید.
یک ویژگی اضافه کنید
شما قبلاً یک مدل تعریف کرده بودید، اکنون با افزودن یک ویژگی آن را به روز کنید. در این مورد، یک ویژگی روشن/خاموش برای کنترل LED متصل به دستگاه خود اضافه کنید.
تاریخ آخرین بهروزرسانی 2024-11-08 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-11-08 بهوقت ساعت هماهنگ جهانی."],[[["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"]]