File tree Expand file tree Collapse file tree 3 files changed +7
-181
lines changed
protobuf/nestlabs/eventingapi Expand file tree Collapse file tree 3 files changed +7
-181
lines changed Original file line number Diff line number Diff line change 2
2
"displayName" : " Nest Accfactory" ,
3
3
"name" : " homebridge-nest-accfactory" ,
4
4
"homepage" : " https://github.com/n0rt0nthec4t/homebridge-nest-accfactory" ,
5
- "version" : " 0.0.5-alpha.2 " ,
5
+ "version" : " 0.0.5-alpha.3 " ,
6
6
"description" : " Homebridge support for Nest/Google devices including HomeKit Secure Video (HKSV) support for doorbells and cameras" ,
7
7
"license" : " Apache-2.0" ,
8
8
"author" : " n0rt0nthec4t" ,
Original file line number Diff line number Diff line change @@ -3,12 +3,16 @@ syntax = "proto3";
3
3
import "google/protobuf/any.proto" ;
4
4
import "google/protobuf/duration.proto" ;
5
5
import "google/protobuf/timestamp.proto" ;
6
- import "../../nest/messages.proto" ;
7
6
import "../../weave/common.proto" ;
8
7
import "../../wdl-event-importance.proto" ;
9
8
10
9
package nestlabs.eventingapi.v1 ;
11
10
11
+ message SchemaVersion {
12
+ uint32 currentVersion = 1 ;
13
+ uint32 minCompatVersion = 2 ;
14
+ }
15
+
12
16
message EventAgent {
13
17
weave.common.ResourceId deviceId = 1 ;
14
18
ServiceId serviceId = 2 ;
@@ -58,7 +62,7 @@ message EventHeader {
58
62
EventAgent producerAgent = 22 ;
59
63
string producerEventKey = 23 ;
60
64
map <string , string > tags = 24 ;
61
- nest.messages. SchemaVersion schemaVersion = 25 ;
65
+ SchemaVersion schemaVersion = 25 ;
62
66
map <string , google.protobuf.Timestamp > serviceTimestamps = 26 ;
63
67
WdmEventFields wdmEventFields = 40 ;
64
68
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments