|
@@ -46,6 +46,7 @@ public class LocalFirmwareUpgradeHistoryService extends GenericReactiveCrudServi
|
|
|
*/
|
|
*/
|
|
|
@Subscribe("/device/*/*/firmware/report")
|
|
@Subscribe("/device/*/*/firmware/report")
|
|
|
public Mono<Void> createHistory(ReportFirmwareMessage message) {
|
|
public Mono<Void> createHistory(ReportFirmwareMessage message) {
|
|
|
|
|
+
|
|
|
return
|
|
return
|
|
|
Mono.zip(
|
|
Mono.zip(
|
|
|
registry.getDevice(message.getDeviceId()),
|
|
registry.getDevice(message.getDeviceId()),
|