initial wifiwave2 capsman support

This commit is contained in:
Arseniy Kuznetsov
2023-01-12 20:30:02 +01:00
parent 2aa942aee6
commit cefa3335c1
8 changed files with 71 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ class PackageMetricsDataSource:
@staticmethod
def is_package_installed (router_entry, package_name = ''):
def is_package_installed (router_entry, package_name = None):
if package_name:
try:
package_records = router_entry.api_connection.router_api().get_resource('/system/package').get()