Commit f0658ae5 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent fc46fff8
......@@ -26,17 +26,14 @@
"tx_gain": { "$ref": "../../ru/input-schema.json#/$defs/ru-common/properties/tx_gain" },
"rx_gain": { "$ref": "../../ru/input-schema.json#/$defs/ru-common/properties/rx_gain" },
"txrx_active": { "$ref": "../../ru/input-schema.json#/$defs/ru-common/properties/txrx_active" },
"cpri_link": { "$ref": "../../ru/input-schema.json#/$defs/ru-common/properties/cpri_link" },
"cpri_link": {
"type": "object",
"properties": {
"mapping": {
"const": "hw",
"enum": ["hw"],
"options": { "hidden": true }
}
}
"cpri_link": { "$ref": "../../ru/input-schema.json#/$defs/ru-common/properties/cpri_link",
"properties": {
"mapping": {
"const": "hw",
"enum": ["hw"],
"options": { "hidden": true }
}
}
},
"mac_addr": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment