add input for Burner Error
This commit is contained in:
@ -16,7 +16,8 @@ Control <|-- HTTP_Metrics
|
||||
Safety <|-- HTTP_Metrics
|
||||
|
||||
class Inputs{
|
||||
+loop()
|
||||
+ initInputs()
|
||||
-loop()
|
||||
+getChamberTemperature()
|
||||
+getOutdoorTemperature()
|
||||
+getInletFlowTemperature()
|
||||
@ -59,3 +60,4 @@ Safety <|-- HTTP_Metrics
|
||||
|------------------|-----------------|------------------|
|
||||
| CirculationPump | IO27 | Relay 1 NO1 |
|
||||
| Burner | IO14 | Relay 1 NC2 |
|
||||
| Burner Fault | IO19 | Digital Input IN1 |
|
||||
|
Reference in New Issue
Block a user