Skip to content

Commit 04d3a8b

Browse files
committed
0.0.5-alpha.3 source files
1 parent cfac2c4 commit 04d3a8b

File tree

3 files changed

+7
-181
lines changed

3 files changed

+7
-181
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"displayName": "Nest Accfactory",
33
"name": "homebridge-nest-accfactory",
44
"homepage": "https://github.com/n0rt0nthec4t/homebridge-nest-accfactory",
5-
"version": "0.0.5-alpha.2",
5+
"version": "0.0.5-alpha.3",
66
"description": "Homebridge support for Nest/Google devices including HomeKit Secure Video (HKSV) support for doorbells and cameras",
77
"license": "Apache-2.0",
88
"author": "n0rt0nthec4t",

src/protobuf/nestlabs/eventingapi/v1.proto

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@ syntax = "proto3";
33
import "google/protobuf/any.proto";
44
import "google/protobuf/duration.proto";
55
import "google/protobuf/timestamp.proto";
6-
import "../../nest/messages.proto";
76
import "../../weave/common.proto";
87
import "../../wdl-event-importance.proto";
98

109
package nestlabs.eventingapi.v1;
1110

11+
message SchemaVersion {
12+
uint32 currentVersion = 1;
13+
uint32 minCompatVersion = 2;
14+
}
15+
1216
message EventAgent {
1317
weave.common.ResourceId deviceId = 1;
1418
ServiceId serviceId = 2;
@@ -58,7 +62,7 @@ message EventHeader {
5862
EventAgent producerAgent = 22;
5963
string producerEventKey = 23;
6064
map<string, string> tags = 24;
61-
nest.messages.SchemaVersion schemaVersion = 25;
65+
SchemaVersion schemaVersion = 25;
6266
map<string, google.protobuf.Timestamp> serviceTimestamps = 26;
6367
WdmEventFields wdmEventFields = 40;
6468

src/webrtc.js

Lines changed: 0 additions & 178 deletions
This file was deleted.

0 commit comments

Comments
 (0)