Change to string for auto support
This commit is contained in:
@@ -252,8 +252,6 @@ func main() {
|
||||
switch name {
|
||||
case "X", "Y":
|
||||
f.FieldType = "float64"
|
||||
case "Channel", "BackupChannel", "TxPower":
|
||||
f.FieldType = "int"
|
||||
case "StpPriority", "Ht":
|
||||
f.FieldType = "string"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user