diff --git a/platypush/plugins/system/__init__.py b/platypush/plugins/system/__init__.py
index 053435b21..9d0e31011 100644
--- a/platypush/plugins/system/__init__.py
+++ b/platypush/plugins/system/__init__.py
@@ -300,7 +300,7 @@ class SystemPlugin(SensorPlugin, EntityManager):
         return NetworkInterfaceSchema().dump(self._network_info_avg())
 
     @action
-    def net_connections(self, type: str = 'inet') -> List[dict]:
+    def network_connections(self, type: str = 'inet') -> List[dict]:
         """
         Get the list of active network connections.
         On MacOS this function requires root privileges.