Fixes #20056: Add rf_role to generate_schema.json (#20071)

This commit is contained in:
m-hau
2025-08-11 19:40:01 +02:00
committed by GitHub
parent fcb49f9881
commit 34e4ccb212
3 changed files with 13 additions and 0 deletions

View File

@@ -474,6 +474,13 @@
"passive-48v-2pair",
"passive-48v-4pair"
]
},
"rf_role": {
"type": "string",
"enum": [
"ap",
"station"
]
}
}
},