public List <float> GetCpuTemps() { try { return(InputChannel.GetCpuTemps()); } catch (EndpointNotFoundException) { return(null); } catch (CommunicationException) { return(null); } }