From 089d2530e8bfecc8920cc6875b20a8cf0e088118 Mon Sep 17 00:00:00 2001 From: Koji Ishii Date: Tue, 18 Aug 2026 16:48:59 +0900 Subject: [PATCH] fix: typo for "fan" and "Standing Fan" * The `deviceType` of Standing Circulator Fan is `Standing Fan`. The JS example and WebHook are correct, but tables are not. * There are 3 places where "fan" is spelled as "fann". --- .../climate-control/battery-circulator-fan.md | 16 +++++++-------- devices/climate-control/circulator-fan.md | 16 +++++++-------- .../standing-circulator-fan.md | 20 +++++++++---------- 3 files changed, 26 insertions(+), 26 deletions(-) diff --git a/devices/climate-control/battery-circulator-fan.md b/devices/climate-control/battery-circulator-fan.md index 64c99a7..54cabf6 100644 --- a/devices/climate-control/battery-circulator-fan.md +++ b/devices/climate-control/battery-circulator-fan.md @@ -35,14 +35,14 @@ ## Control Commands -| deviceType | commandType | Command | command parameter | Description | -| ----------------------- | ----------- | ----------------- | --------------------------------------- | ----------------------------------------------------------------------------------------------------------- | -| Battery Circulator Fan | command | turnOff | default | Set to OFF state | -| Battery Circulator Fan | command | turnOn | default | Set to ON state | -| Battery Circulator Fan | command | setNightLightMode | `off`, `1`, or `2` | `off`, turn off nightlight,
`1`, bright
`2`, dim | -| Battery Circulator Fan | command | setWindMode | `direct`, `natural`, `sleep`, or `baby` | Set fan mode. `direct`: direct mode. `natural`: natural mode. `sleep`: sleep mode. `baby`: ultra quiet mode | -| Battery Circulator Fan | command | setWindSpeed | `{1-100}` e.g. `10` | Set fan speed.1~100 | -| Battery Circulator Fann | command | closeDelay | `{1-36000}` e.g. `10` | Set fan close time | +| deviceType | commandType | Command | command parameter | Description | +| ---------------------- | ----------- | ----------------- | --------------------------------------- | ----------------------------------------------------------------------------------------------------------- | +| Battery Circulator Fan | command | turnOff | default | Set to OFF state | +| Battery Circulator Fan | command | turnOn | default | Set to ON state | +| Battery Circulator Fan | command | setNightLightMode | `off`, `1`, or `2` | `off`, turn off nightlight,
`1`, bright
`2`, dim | +| Battery Circulator Fan | command | setWindMode | `direct`, `natural`, `sleep`, or `baby` | Set fan mode. `direct`: direct mode. `natural`: natural mode. `sleep`: sleep mode. `baby`: ultra quiet mode | +| Battery Circulator Fan | command | setWindSpeed | `{1-100}` e.g. `10` | Set fan speed.1~100 | +| Battery Circulator Fan | command | closeDelay | `{1-36000}` e.g. `10` | Set fan close time | --- diff --git a/devices/climate-control/circulator-fan.md b/devices/climate-control/circulator-fan.md index c45ab66..6250fcc 100644 --- a/devices/climate-control/circulator-fan.md +++ b/devices/climate-control/circulator-fan.md @@ -33,14 +33,14 @@ ## Control Commands -| deviceType | commandType | Command | command parameter | Description | -| --------------- | ----------- | ----------------- | --------------------------------------- | ----------------------------------------------------------------------------------------------------------- | -| Circulator Fan | command | turnOff | default | Set to OFF state | -| Circulator Fan | command | turnOn | default | Set to ON state | -| Circulator Fan | command | setNightLightMode | `off`, `1`, or `2` | `off`, turn off nightlight,
`1`, bright
`2`, dim | -| Circulator Fan | command | setWindMode | `direct`, `natural`, `sleep`, or `baby` | Set fan mode. `direct`: direct mode. `natural`: natural mode. `sleep`: sleep mode. `baby`: ultra quiet mode | -| Circulator Fan | command | setWindSpeed | `{1-100}` e.g. `10` | Set fan speed.1~100 | -| Circulator Fann | command | closeDelay | `{1-36000}` e.g. `10` | Set fan close time | +| deviceType | commandType | Command | command parameter | Description | +| -------------- | ----------- | ----------------- | --------------------------------------- | ----------------------------------------------------------------------------------------------------------- | +| Circulator Fan | command | turnOff | default | Set to OFF state | +| Circulator Fan | command | turnOn | default | Set to ON state | +| Circulator Fan | command | setNightLightMode | `off`, `1`, or `2` | `off`, turn off nightlight,
`1`, bright
`2`, dim | +| Circulator Fan | command | setWindMode | `direct`, `natural`, `sleep`, or `baby` | Set fan mode. `direct`: direct mode. `natural`: natural mode. `sleep`: sleep mode. `baby`: ultra quiet mode | +| Circulator Fan | command | setWindSpeed | `{1-100}` e.g. `10` | Set fan speed.1~100 | +| Circulator Fan | command | closeDelay | `{1-36000}` e.g. `10` | Set fan close time | --- diff --git a/devices/climate-control/standing-circulator-fan.md b/devices/climate-control/standing-circulator-fan.md index 75d51e8..8d158a4 100644 --- a/devices/climate-control/standing-circulator-fan.md +++ b/devices/climate-control/standing-circulator-fan.md @@ -8,7 +8,7 @@ | ------------------ | ---------- | -------------------------------------------------------------------- | | deviceId | String | device ID | | deviceName | String | device name | -| deviceType | String | device type. _Standing Circulator Fan_ | +| deviceType | String | device type. _Standing Fan_ | | enableCloudService | Boolean | determines if Cloud Service is enabled or not for the current device | | hubDeviceId | String | device's parent Hub ID | @@ -19,7 +19,7 @@ | Key | Value Type | Description | | ------------------- | ---------- | ------------------------------------------------------------------------------------------------------- | | deviceId | String | device ID | -| deviceType | String | device type. _Standing Circulator Fan_ | +| deviceType | String | device type. _Standing Fan_ | | hubDeviceId | String | device's parent Hub ID | | mode | String | fan mode. direct mode: _direct_; natural mode: "natural"; sleep mode: "sleep"; ultra quiet mode: "baby" | | version | String | the current firmware version, e.g. V4.2 | @@ -35,14 +35,14 @@ ## Control Commands -| deviceType | commandType | Command | command parameter | Description | -| ------------------------ | ----------- | ----------------- | --------------------------------------- | ----------------------------------------------------------------------------------------------------------- | -| Standing Circulator Fan | command | turnOff | default | Set to OFF state | -| Standing Circulator Fan | command | turnOn | default | Set to ON state | -| Standing Circulator Fan | command | setNightLightMode | `off`, `1`, or `2` | `off`, turn off nightlight,
`1`, bright
`2`, dim | -| Standing Circulator Fan | command | setWindMode | `direct`, `natural`, `sleep`, or `baby` | Set fan mode. `direct`: direct mode. `natural`: natural mode. `sleep`: sleep mode. `baby`: ultra quiet mode | -| Standing Circulator Fan | command | setWindSpeed | `{1-100}` e.g. `10` | Set fan speed.1~100 | -| Standing Circulator Fann | command | closeDelay | `{1-36000}` e.g. `10` | Set fan close time | +| deviceType | commandType | Command | command parameter | Description | +| ------------ | ----------- | ----------------- | --------------------------------------- | ----------------------------------------------------------------------------------------------------------- | +| Standing Fan | command | turnOff | default | Set to OFF state | +| Standing Fan | command | turnOn | default | Set to ON state | +| Standing Fan | command | setNightLightMode | `off`, `1`, or `2` | `off`, turn off nightlight,
`1`, bright
`2`, dim | +| Standing Fan | command | setWindMode | `direct`, `natural`, `sleep`, or `baby` | Set fan mode. `direct`: direct mode. `natural`: natural mode. `sleep`: sleep mode. `baby`: ultra quiet mode | +| Standing Fan | command | setWindSpeed | `{1-100}` e.g. `10` | Set fan speed.1~100 | +| Standing Fan | command | closeDelay | `{1-36000}` e.g. `10` | Set fan close time | ---