Fix type of lte_ext_ant/lte_poe fields (#89)
This commit is contained in:
@@ -339,6 +339,8 @@ func main() {
|
||||
if f.FieldType == "string" {
|
||||
f.CustomUnmarshalType = "numberOrString"
|
||||
}
|
||||
case "LteExtAnt", "LtePoe":
|
||||
f.CustomUnmarshalType = "booleanishString"
|
||||
}
|
||||
|
||||
f.OmitEmpty = true
|
||||
|
||||
Reference in New Issue
Block a user