Hood Device¶
Tip: Use this navigation sections and page links to navigate easier.
Description¶
Over-the-Range Hood appliance.
| Label | Value |
|---|---|
| Device Type | cloud.smarthq.device.hood |
| Connection Type | cloud.smarthq.connection.wifi |
| Icon Type | cloud.smarthq.icon.hood |
Alerts¶
AlertType |
Description | Interval |
|---|---|---|
| Common Alerts List | A list of alerts common across all SmartHQ devices that this device might support. |
Services¶
This device may not support each service listed. What is listed is all the possible services for this device. Learn more
Services |
Description |
|---|---|
| Hood Fanspeed Mode Service | Hood fan speed. |
| Hood Light Mode Service | Hood light. |
| Hood Set Fan Speed FPA Service | FPA Hood Fan Speed Service |
| Hood Set Light Level FPA Service | FPA Hood Light Level Service |
| Hood Set Power FPA Toggle Service | FPA hood power state service. |
| Common Services List | A list of services common across all SmartHQ devices that this device might support. |
Hood Fanspeed Mode Service¶
Description: Hood fan speed.
Tuple: The speed of a hood fan speed
| Attribute | Value | Description |
|---|---|---|
| ServiceType | cloud.smarthq.service.mode | Service to model a mode that represents a selection from a pre-defined list of options. The available options are defined by an enumeration and then the service config selects which of those are available. |
| DomainType | cloud.smarthq.domain.speed |
The speed |
| ServiceDeviceType | cloud.smarthq.device.hood.fan |
A fan sub-device belonging to a hood |
Commands¶
| Command | Description |
|---|---|
| cloud.smarthq.command.mode.set | Set the hood fan speed. |
Hood Light Mode Service¶
Description: Hood light.
Tuple: The enumeration brightness for a hood light
| Attribute | Value | Description |
|---|---|---|
| ServiceType | cloud.smarthq.service.mode | Service to model a mode that represents a selection from a pre-defined list of options. The available options are defined by an enumeration and then the service config selects which of those are available. |
| DomainType | cloud.smarthq.domain.brightness |
The brightness |
| ServiceDeviceType | cloud.smarthq.device.hood.light |
A light sub-device belonging to a hood |
Commands¶
| Command | Description |
|---|---|
| cloud.smarthq.command.mode.set | Set the hood light level. |
Hood Set Fan Speed FPA Service¶
Description: FPA Hood Fan Speed Service
Tuple: Speed control settings for a fan
| Attribute | Value | Description |
|---|---|---|
| ServiceType | cloud.smarthq.service.integer | Service to model a signed 32-bit integer value with associated units. |
| DomainType | cloud.smarthq.domain.speed |
The speed |
| ServiceDeviceType | cloud.smarthq.device.fan |
A fan device |
Commands¶
| Command | Description |
|---|---|
| cloud.smarthq.command.integer.set | Set the Fpa Hood Fan Speed. |
Hood Set Light Level FPA Service¶
Description: FPA Hood Light Level Service
Tuple: The brightness level for a dimmable light bulb
| Attribute | Value | Description |
|---|---|---|
| ServiceType | cloud.smarthq.service.integer | Service to model a signed 32-bit integer value with associated units. |
| DomainType | cloud.smarthq.domain.brightness |
The brightness |
| ServiceDeviceType | cloud.smarthq.device.light |
A light device |
Commands¶
| Command | Description |
|---|---|
| cloud.smarthq.command.integer.set | Set the Hood Boost Duration |
Hood Set Power FPA Toggle Service¶
Description: FPA hood power state service.
Tuple: The state and ability to turn on/off a hood
| Attribute | Value | Description |
|---|---|---|
| ServiceType | cloud.smarthq.service.toggle | Service to model a binary state that can be read only or remotely controlled |
| DomainType | cloud.smarthq.domain.power |
The power |
| ServiceDeviceType | cloud.smarthq.device.hood |
An over the range style hood device |
Commands¶
| Command | Description |
|---|---|
| cloud.smarthq.command.toggle.set | Toggle the FPA hood power state. |