Request which notifies the device to send the current firmware version.
Response containing the firmware version.
message GetFirmwareVersionRequest {
optional bool present = 1 [default = true];
}
message GetFirmwareVersionResponse {
required string firmwareVersion = 1; // [(nanopb).max_size = 7]; // RXX
}
Soap requests and responses sent to and from platform:
LianderNetManagement
KevinSmeets
SoapUI
device-01
LianderNetManagement|||device-01|||20160104150323405
device-01
LianderNetManagement
liander gebruiker
WEB_NET_MANAGEMENT
LianderNetManagement|||device-01|||20160104150323405
device-01
OK
R01
OSLP GetFirmwareRequest message sent to 'device-01':
getFirmwareVersionRequest {
}
OSLP GetFirmwareResponse message sent to platform:
getFirmwareVersionResponse {
firmwareVersion: "R01"
}