mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
ws
This commit is contained in:
parent
1c6d772056
commit
0f3d06d8ff
@ -74,6 +74,7 @@ void measureTemp()
|
|||||||
|
|
||||||
float max = GO_MAX.value<Dpt9>();
|
float max = GO_MAX.value<Dpt9>();
|
||||||
|
|
||||||
|
|
||||||
if (currentValue > max)
|
if (currentValue > max)
|
||||||
GO_MAX.value<Dpt9>(currentValue);
|
GO_MAX.value<Dpt9>(currentValue);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user