Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PROTOCOL-PDO.md #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
20 changes: 10 additions & 10 deletions docs/PROTOCOL-PDO.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ Numbers are stored in little endian format.
| 36 | CN_UINT8 | ?? STANDBY | |
| 37 | CN_UINT8 | | 0 |
| 40 | CN_UINT8 | ?? MANUALMODE | |
| 49 | CN_UINT8 | Operating mode | -1=auto, 1=limited manual, 5=unlimited manual |
| 49 | CN_UINT8 | Operating mode | 255=auto, 1=limited manual, 5=unlimited manual |
| 50 | CN_UINT8 | ?? Bypass | |
| 51 | CN_UINT8 | ?? Temperature Profile | |
| 52 | CN_UINT8 | ?? STANDBY | |
| 53 | CN_UINT8 | ?? COMFOCOOLOFF | -1 |
| 54 | CN_UINT8 | Supply Fan Mode | -1=balanced, 1=supply only |
| 55 | CN_UINT8 | Exhaust Fan Mode | -1=balanced, 1=exhaust only |
| 56 | CN_UINT8 | Manual Mode | -1=auto, 1=unlimited manual |
| 53 | CN_UINT8 | ?? COMFOCOOLOFF | 255 |
| 54 | CN_UINT8 | Supply Fan Mode | 255=balanced, 1=supply only |
| 55 | CN_UINT8 | Exhaust Fan Mode | 255=balanced, 1=exhaust only |
| 56 | CN_UINT8 | Manual Mode | 255=auto, 1=unlimited manual |
| 65 | CN_UINT8 | Fans: Fan speed setting | 0=away, 1=low, 2=medium, 3=high |
| 66 | CN_UINT8 | Bypass activation mode | 0=auto, 1=full, 2=none |
| 67 | CN_UINT8 | Temperature Profile | 0=normal, 1=cold, 2=warm |
Expand All @@ -45,11 +45,11 @@ Numbers are stored in little endian format.
| 70 | CN_UINT8 | Supply Fan Mode | 0=balanced, 1=supply only |
| 71 | CN_UINT8 | Exhaust Fan Mode | 0=balanced, 1=exhaust only |
| 72 | CN_UINT8 | ?? MANUALMODE | |
| 81 | CN_UINT32 | Fan Speed Next Change | -1=no change, else countdown in seconds |
| 82 | CN_UINT32 | Bypass Next Change | -1=no change, else countdown in seconds |
| 85 | CN_UINT32 | ?? COMFOCOOLOFF | -1 |
| 86 | CN_UINT32 | Supply Fan Next Change | -1=no change, else countdown in seconds |
| 87 | CN_UINT32 | Exhaust Fan Next Change | -1=no change, else countdown in seconds |
| 81 | CN_UINT32 | Fan Speed Next Change | 4294967295=no change, else countdown in seconds |
| 82 | CN_UINT32 | Bypass Next Change | 4294967295=no change, else countdown in seconds |
| 85 | CN_UINT32 | ?? COMFOCOOLOFF | 4294967295 |
| 86 | CN_UINT32 | Supply Fan Next Change | 4294967295=no change, else countdown in seconds |
| 87 | CN_UINT32 | Exhaust Fan Next Change | 4294967295=no change, else countdown in seconds |
| 88 | CN_UINT32 | ?? MANUALMODE | |
| 96 | CN_BOOL | | |
| 115 | CN_BOOL | ?? EXHAUST_F12 | |
Expand Down