Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,17 @@ Seems to correlate (at least partially) with [`0x62 0x09` - Get Run State][get-r
| 5* | (UNCONFIRMED) Power Saving Mode | 0x00: Off<br/>0x0A: On | | Update flag 0x0800 |
| 6** | Airflow control mode (i-See) | [Airflow control mode](#airflow-control-mode-i-see) | | Update flag 0x2000<br/>Not all values supported for all units. |
| 7* | (UNCONFIRMED) Buzzer | 0x00: No<br/>0x01: Yes | | Update flag 0x1000<br/>Sending 0x01 results in some units beeping twice |
| 11* | (UNCONFIRMED) Notification for remote control navigation | 0x02 : 0x00 | | Update flag 0x0002 |
| 11* | (UNCONFIRMED) Notification for remote control navigation | 0x02 : 0x00 | | Update flag 0x0002 |
| 12 | Air Purifier | 0x00: Off<br/>0x01: On | | Update flag 0x0004 |
| 13 | Night Mode | 0x00: Off<br/>0x01: On | | Update flag 0x0008 |
| 14 | Circulator Mode*** | 0x00: Off<br/>0x01: On | | Update flag 0x0010 |

**Extracted from Android app 霧ヶ峰REMOTE (v5.3.1)*

***Tested on MSZ-LN25VG2W*

*****Might be same byte as the mode ECONO COOL? May be different functions on different units*

[get-run-state]: ../0x62-get-response/0x09-get-run-state.md

### Airflow control mode (i-See)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ These options are extracted from an MSZ-AY HVAC device.

Returns the boolean whether the option is currently active or not.

It cannot be set with the [`0x41` - Set Request](../0x41-set-request).
Options can be set with the [`0x08` - Set Run State](../0x41-set-request/0x08-set-run-state.md) command.

| Byte | Purpose | Possible Values | Notes |
|------|-------------------|---------------------|------------------------------------------|
Expand Down