Facoltativo. Specifica il tempo in secondi per cui è impostato il timer.
string Intervallo: da "1s" a "43200s" Valore predefinito: "900s"
Errori
In relazione a questo attributo, potrebbero essere restituiti i seguenti codici di errore:
Messaggio di errore
RPC
Risoluzione dei problemi
Ventola del termostato non disponibile.
FAILED_PRECONDITION
Il termostato non ha la funzionalità di ventilazione. I comandi e le caratteristiche relativi ai fan non possono essere utilizzati per questo dispositivo.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-06-03 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"]]