Add temperature handling

This commit is contained in:
2025-07-09 10:29:54 +02:00
parent 0efa76fa6a
commit 0f912b05e4
2 changed files with 16 additions and 4 deletions

View File

@@ -42,6 +42,9 @@ class nodeClass {
case "OTR":
this.reactor.setOTR = msg;
break;
case "Temperature":
this.reactor.setTemperature = msg;
break;
case "Dispersion":
this.reactor.setDispersion = msg;
break;