Raritan Computer CC-WSAPI-0B-v5.1.0-E Marine Radio User Manual


 
Chapter 2: API Definitions
26
addCategory
Add a new category to CC-SG.
parameters
String sessionID
String name - Unique name to identify the category
boolean node - Applicable to nodes
boolean device - Applicable to devices
String type - Data type of elements: "String" or "Integer"
return value
boolean true on success
editCategory
Facilitates changes to the editable components of a category.
parameters
String sessionID
String currentName - the name of the existing category
String newName - the new name for the category (same as
currentName if no change)
boolean forNode
boolean forDevice
return value
boolean true on success
deleteCategory
Remove one category.
parameters
String sessionID
String name
return value
boolean true on success