Skip to content

Commit

Permalink
nightStatus for circulators are not int but string (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
nasa9084 authored Feb 20, 2025
1 parent 21ad8ec commit a06480c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1910,7 +1910,7 @@ The `body` object contains the following properties,
| version | String | the current firmware version, e.g. V4.2 |
| battery | Integer | the current battery level |
| power | String | ON/OFF state |
| nightStatus | Integer | set nightlight status. turn off: *off*; mode 1: *1*; mode 2: *2* |
| nightStatus | String | set nightlight status. turn off: *off*; mode 1: *1*; mode 2: *2* |
| oscillation | String | set horizontal oscillation. turn on: *on*; turn off: *off* |
| verticalOscillation | String | set vertical oscillation. turn on: *on*; turn off: *off* |
| chargingStatus | String | battery charge status. *charging* or *uncharged* |
Expand All @@ -1925,7 +1925,7 @@ The `body` object contains the following properties,
| 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 |
| power | String | ON/OFF state |
| nightStatus | Integer | set nightlight status. turn off: *off*; mode 1: *1*; mode 2: *2* |
| nightStatus | String | set nightlight status. turn off: *off*; mode 1: *1*; mode 2: *2* |
| oscillation | String | set horizontal oscillation. turn on: *on*; turn off: *off* |
| verticalOscillation | String | set vertical oscillation. turn on: *on*; turn off: *off* |
| fanSpeed | Integer | fan speed. 1~100 |
Expand Down

0 comments on commit a06480c

Please sign in to comment.