From 53e73b24deb25ca9922bad1efd6c2f6d592c2862 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 18 Oct 2021 08:58:36 +0200 Subject: [PATCH] ucentral-schema: update metric example Signed-off-by: John Crispin --- .../files/etc/ucentral/examples/metrics.json | 25 ++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/feeds/ucentral/ucentral-schema/files/etc/ucentral/examples/metrics.json b/feeds/ucentral/ucentral-schema/files/etc/ucentral/examples/metrics.json index ed285d528..e45e0e079 100644 --- a/feeds/ucentral/ucentral-schema/files/etc/ucentral/examples/metrics.json +++ b/feeds/ucentral/ucentral-schema/files/etc/ucentral/examples/metrics.json @@ -1,5 +1,14 @@ { "uuid": 2, + "radios": [ + { + "band": "2G", + "country": "CA", + "channel-mode": "HE", + "channel-width": 80, + "channel": 32 + } + ], "interfaces": [ { "name": "WAN", @@ -34,7 +43,21 @@ "lease-count": 100, "lease-time": "6h" } - } + }, + "ssids": [ + { + "name": "Metric", + "wifi-bands": [ + "2G" + ], + "bss-mode": "ap", + "encryption": { + "proto": "psk2", + "key": "OpenWifi", + "ieee80211w": "optional" + } + } + ] } ], "metrics": {