seems to work
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-09-28 14:27:03 +10:00
parent 95a48a89a6
commit 6c7d447c56
6 changed files with 162 additions and 61 deletions

View File

@@ -263,8 +263,8 @@ type ComputeBoard struct {
type ComputeMbTempStats struct {
XMLName xml.Name `xml:"computeMbTempStats"`
Dn string `xml:"dn,attr,omitempty"`
FmTempSenIo string `xml:"fmTempSenIo,attr,omitempty"`
FmTempSenRear string `xml:"fmTempSenRear,attr,omitempty"`
FmTempSenIo float64 `xml:"fmTempSenIo,attr,omitempty"`
FmTempSenRear float64 `xml:"fmTempSenRear,attr,omitempty"`
}
// MemoryArray represents an array of memory units.