clanModules/wifi: deprecate in favor of inventory.instances

This commit is contained in:
Johannes Kirschbauer
2025-05-14 17:08:17 +02:00
parent f3c81f5095
commit aadc9082fc

View File

@@ -1,6 +1,6 @@
--- ---
description = "Configures Wifi networks to join" description = "Configures Wifi networks to join"
features = [ "inventory", "experimental" ] features = [ "inventory", "experimental", "deprecated" ]
categories = [ "Network", "System" ] categories = [ "Network", "System" ]
--- ---