mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
improve device state consistency (#831)
Signed-off-by: Denis barbaron <denis.barbaron@orange.com> Co-authored-by: Karol Wrótniak <karol.wrotniak@droidsonroids.pl>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// Copyright © 2019-2024 contains code contributed by Orange SA, authors: Denis Barbaron - Licensed under the Apache license 2.0
|
||||
// Copyright © 2019-2025 contains code contributed by Orange SA, authors: Denis Barbaron - Licensed under the Apache license 2.0
|
||||
//
|
||||
|
||||
// Message wrapper
|
||||
@@ -339,7 +339,8 @@ message DeviceIntroductionMessage {
|
||||
required string serial = 1;
|
||||
required DeviceStatus status = 2;
|
||||
required ProviderMessage provider = 3;
|
||||
optional DeviceGroupMessage group = 4;
|
||||
required double statusTimeStamp = 4;
|
||||
optional DeviceGroupMessage group = 5;
|
||||
}
|
||||
|
||||
message DeviceRegisteredMessage {
|
||||
|
||||
Reference in New Issue
Block a user