feat(omaha): add "ping" event type.
This commit is contained in:
parent
40e2aba4c3
commit
1d08943ef3
1 changed files with 1 additions and 0 deletions
|
@ -245,6 +245,7 @@ var EventTypes = map[int]string{
|
|||
100: "setup failure",
|
||||
102: "COM server failure",
|
||||
103: "setup update failure",
|
||||
800: "ping",
|
||||
}
|
||||
|
||||
var EventResults = map[int]string{
|
||||
|
|
Loading…
Reference in a new issue