- make Add() calling convention consistent among all functions that
[plcapi.git] / PLC / NodeGroups.py
2006-10-24 Mark Huang- make Add() calling convention consistent among all...
2006-10-20 Mark Huang- use base class __init__() and delete() implementations
2006-10-06 Mark Huang- add_node, remove_node: fix case when node is already...
2006-10-03 Mark Huang- move common sync() functionality to Table.Row
2006-09-25 Mark Huang- support new schema
2006-09-20 Mark Huang- node group names are case sensitive
2006-09-19 Mark Huang- update comment
2006-09-14 Tony Mackadded all_fields class variable
2006-09-13 Tony Mack- fixed NodeGroup.delete function
2006-09-12 Tony Mack1- addes validate_description function
2006-09-12 Tony Mack-fixed validate_name function. It now returns the name...
2006-09-07 Mark Huang- add remove_node function
2006-09-06 Mark Huang- add add_node() function to add node to this node...
2006-09-06 Mark HuangInitial checkin of new API implementation