checkpointing first - non functional - skeleton for shortcut methods
[plcapi.git] / PLC / Shell.py
index 3ed0a75..7807c51 100644 (file)
@@ -165,7 +165,7 @@ class Shell:
             if role is not None:
                 self.auth['Role'] = role
 
-        for method in PLC.Methods.methods + PLC.API.PLCAPI.legacy_map.keys():
+        for method in PLC.API.PLCAPI.all_methods:
             api_function = self.api.callable(method)
 
             if self.server is None: