mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-11 02:34:29 +05:00
reformat code
This commit is contained in:
@@ -88,7 +88,7 @@ public:
|
||||
return isValidResponse(response);
|
||||
}
|
||||
|
||||
bool setDHWTemp(float temperature) {
|
||||
bool setDhwTemp(float temperature) {
|
||||
unsigned int data = temperatureToData(temperature);
|
||||
unsigned long response = sendRequest(buildRequest(OpenThermMessageType::WRITE_DATA, OpenThermMessageID::TdhwSet, data));
|
||||
return isValidResponse(response);
|
||||
|
||||
Reference in New Issue
Block a user