From aadc9082fc94d09f03ae61817c86e912698a89c5 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Wed, 14 May 2025 17:08:17 +0200 Subject: [PATCH] clanModules/wifi: deprecate in favor of inventory.instances --- clanModules/wifi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clanModules/wifi/README.md b/clanModules/wifi/README.md index 2b96f0346..63704215e 100644 --- a/clanModules/wifi/README.md +++ b/clanModules/wifi/README.md @@ -1,6 +1,6 @@ --- description = "Configures Wifi networks to join" -features = [ "inventory", "experimental" ] +features = [ "inventory", "experimental", "deprecated" ] categories = [ "Network", "System" ] ---