package model type RTUInfo struct { Port string `yaml:"ip"` Name string `yaml:"name"` Branch byte `yaml:"branch"` }