Request that notifies the device to switch all light relays on.
Response communicates status.
message StartSelfTestRequest {
optional bool present = 1 [default = true];
}
message StartSelfTestResponse {
required Status status = 1;
}
enum Status {
OK = 0;
FAILURE = 1; // general failure
REJECTED = 2; // request received in wrong state
}
Soap requests and responses sent to and from platform:
LianderNetManagement
liander gebruiker
WEB_NET_MANAGEMENT
device-01
LianderNetManagement|||device-01|||20160104155530194
device-01
LianderNetManagement
liander gebruiker
WEB_NET_MANAGEMENT
LianderNetManagement|||device-01|||20160104155530194
device-01
OK
OSLP StartSelfTestRequest message sent to 'device-01':
startSelfTestRequest {
}
OSLP StartSelfTestResponse message sent to platform:
startSelfTestResponse {
status: OK
}