Merge branch 'hotfix/3.6'
This commit is contained in:
commit
c7874aa7e1
@ -877,13 +877,15 @@ message FromDeviceRPCResponseProto {
|
||||
}
|
||||
|
||||
enum ComponentLifecycleEvent {
|
||||
CREATED = 0;
|
||||
STARTED = 1;
|
||||
ACTIVATED = 2;
|
||||
SUSPENDED = 3;
|
||||
UPDATED = 4;
|
||||
STOPPED = 5;
|
||||
DELETED = 6;
|
||||
CREATED = 0;
|
||||
STARTED = 1;
|
||||
ACTIVATED = 2;
|
||||
SUSPENDED = 3;
|
||||
UPDATED = 4;
|
||||
STOPPED = 5;
|
||||
DELETED = 6;
|
||||
FAILED = 7;
|
||||
DEACTIVATED = 8;
|
||||
}
|
||||
|
||||
message ComponentLifecycleMsgProto {
|
||||
|
||||
@ -22,5 +22,5 @@ import java.io.Serializable;
|
||||
*/
|
||||
public enum ComponentLifecycleEvent implements Serializable {
|
||||
// In sync with ComponentLifecycleEvent proto
|
||||
CREATED, STARTED, ACTIVATED, SUSPENDED, UPDATED, STOPPED, DELETED
|
||||
CREATED, STARTED, ACTIVATED, SUSPENDED, UPDATED, STOPPED, DELETED, FAILED, DEACTIVATED
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user