Change to string for auto support

This commit is contained in:
Paul Tyng
2021-03-20 11:30:10 -04:00
parent 3eb04af6a7
commit 9c60a9de6f
3 changed files with 10 additions and 17 deletions

View File

@@ -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"
}