keep things simple, use 'value' rather than 'tagvalue' everywhere
[plcapi.git] / PLC / Methods / UpdateNodeGroup.py
index c285366..3af509b 100644 (file)
@@ -5,7 +5,7 @@ from PLC.Parameter import Parameter, Mixed
 from PLC.NodeGroups import NodeGroup, NodeGroups
 from PLC.Auth import Auth
 
-can_update = lambda (field, value): field in ['groupname','tagvalue'] 
+can_update = lambda (field, value): field in ['groupname','value'] 
 
 class UpdateNodeGroup(Method):
     """