package objects;
import java.util.List;
public class Controller
{
/**private String APIVersion; // Version of the Serial API
private String SDK; // System development kit version of the Transceiver firmware
private Boolean SISPresent; // ase if SUIS is available
private Integer SUCNodeId; // Node ID of SUC if present
private Integer ZWVersion; // ZWave Version
private String ZWaveChip; // The name of the Z-Wave transceiver chip
private Integer ZWlibMajor; // library major version
private Integer ZWlibMinor; // library minor version
private String capabilities; // array of function class ids TO CHANGE
private Integer controllerState; // ag to show inclusion mode etc
private Integer countJobs; // shall job be counted
private Integer curSerialAPIAckTimeout10ms; // timing parameter of serial interface
private Integer curSerialAPIBytetimeout10ms; // timing parameter of serial interface
private Integer homeId; //the home id of the controller
private Boolean isinOtherNetworks; // ag to show if controller is real primary if in other network
private Boolean isPrimary; // ag to show if controller is primary
private Boolean isRealprimary; // ag to show if controller can be primary
private Boolean isSUC; // is SUC present
private Integer lastExcludedDevice; // node ID of last excluded device
private Integer lastIncludedDevice; // node ID of last included device
private String libType; // library basis type
private Integer manufacturerIS;
private Integer manufacturerProductId;
private Integer manufacturerProductTypeId; // ids to identify the transceiver hardware
private String memoryGetAddress;
private String memoryGetData;
private Integer nodeId; // own node ID
private Integer nonManagementJobs; // number of non man. jobs
*/
ControllerZWay data;
}