export metrics
This commit is contained in:
26
README.md
26
README.md
@ -16,8 +16,8 @@ Control <|-- HTTP_Metrics
|
||||
Safety <|-- HTTP_Metrics
|
||||
|
||||
class Inputs{
|
||||
+ initInputs()
|
||||
-loop()
|
||||
+initInputs()
|
||||
-taskInput()
|
||||
+getChamberTemperature()
|
||||
+getOutdoorTemperature()
|
||||
+getInletFlowTemperature()
|
||||
@ -34,22 +34,24 @@ Safety <|-- HTTP_Metrics
|
||||
}
|
||||
|
||||
class Control{
|
||||
+loop()
|
||||
+taskControl()
|
||||
-timetable
|
||||
}
|
||||
|
||||
class Safety{
|
||||
+ loop()
|
||||
+ setSafeState()
|
||||
- checkSensorSanity()
|
||||
+ getSafetyState()
|
||||
+taskSafety()
|
||||
+setSafeState()
|
||||
-checkSensorSanity()
|
||||
+getSafetyState()
|
||||
}
|
||||
|
||||
class HTTP_Metrics{
|
||||
- metrics
|
||||
+ event_handler()
|
||||
+ connect_wifi()
|
||||
+ setMetrics()
|
||||
class Metrics{
|
||||
+initMetrics()
|
||||
-taskMetrics()
|
||||
-metrics
|
||||
+event_handler()
|
||||
+connect_wifi()
|
||||
+setMetrics()
|
||||
}
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user