Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/05/10 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/05/10 (UTC)."],[[["The `sdm.devices.traits.Fan` trait applies to devices with fan control capabilities, providing fields like `timerMode` and `timerTimeout` to manage the fan's timer settings."],["You can retrieve fan status using a GET request to the device's endpoint, which returns a JSON response containing the current `timerMode` and `timerTimeout`."],["The `SetTimer` command allows you to adjust the fan's timer by specifying the desired `timerMode` and an optional `duration` in seconds through a POST request."],["Potential errors, such as `FAILED_PRECONDITION`, may occur if the thermostat lacks fan capabilities, indicating that fan-related functionalities are unavailable for the device."]]],["The `Fan` trait controls a device's fan. Key information includes the `timerMode` (ON/OFF) and `timerTimeout`, indicating when the mode will switch OFF. A GET request retrieves the current fan state. The `SetTimer` command, using a POST request, adjusts the `timerMode` and `duration` (optional, default 900s) within a range from 1s to 43200s. A potential `FAILED_PRECONDITION` error arises if the device lacks fan capability.\n"]]