Add data structures for 1LPF commands, allow translation from json, yaml, toml as well.
type BusFaultSummary1LPF struct {
ReportPathName string `xml:"REPORTPATHNAME,attr" json:"ReportPathName"`
BaseLineCase string `xml:"BASELINECASE,attr,omitempty" json:"BaseLineCase,omitempty"`
...
}
Add data structures for 1LPF commands, allow translation from json, yaml, toml as well.