Add LoadAverage internal device class

This commit is contained in:
Ben Nuttall
2017-01-26 22:22:17 +00:00
parent ed12ac1994
commit 31a98f54c5
2 changed files with 87 additions and 1 deletions

View File

@@ -130,5 +130,6 @@ from .other_devices import (
InternalDevice,
PingServer,
CPUTemperature,
LoadAverage,
TimeOfDay,
)