init cpu info worker

pull/1035/head
Gabriel Burnworth 2019-10-02 11:17:09 -07:00 committed by Connor Rigby
parent d2b18768c8
commit 3e2da27323
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ defmodule FarmbotOS.Platform.Target.InfoWorker.Supervisor do
alias FarmbotOS.Platform.Target.InfoWorker.{
DiskUsage,
CpuUsage,
MemoryUsage,
SocTemp,
Throttle,
@ -18,6 +19,7 @@ defmodule FarmbotOS.Platform.Target.InfoWorker.Supervisor do
def init([]) do
children = [
DiskUsage,
CpuUsage,
MemoryUsage,
SocTemp,
Throttle,