Commit 7895af19af30aabf55896899b85ab1c79dd8b092
1 parent
6084f80f
Minor comment changes in OpenTherm_Show_DATA-IDs.ino
Showing
1 changed file
with
2 additions
and
0 deletions
examples/OpenTherm_Show_DATA-IDs/OpenTherm_Show_DATA-IDs.ino
| ... | ... | @@ -90,6 +90,8 @@ void setup() { |
| 90 | 90 | delay(5000); // Give Serial monitor in Arduino IDE 2.0.1 some time for a board with native USB support |
| 91 | 91 | Serial.println("\n\nStarted"); |
| 92 | 92 | |
| 93 | + Serial.println("Only status commands (DATA-IDs) and read commands (DATA-IDs) are sent to the secondary. Test write commands yourself, so that you are aware of what you write to the secondary\n"); | |
| 94 | + | |
| 93 | 95 | // primaryFlags is used to tell the secondary device (boiler) what available services (central heating, cooling, domestic hot water) it wants to make use of |
| 94 | 96 | // Each service is a bit in the primaryFlags. The right bits are set by calling requestServices(); |
| 95 | 97 | uint8_t primaryFlags = requestServices(); | ... | ... |