@teslemetry/tesla-protocol 0.6.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/README.md +1 -3
  2. package/dist/command/car_server.cjs +223 -9
  3. package/dist/command/car_server.d.cts +123 -96
  4. package/dist/command/car_server.d.mts +123 -96
  5. package/dist/command/car_server.mjs +217 -10
  6. package/dist/command/common.cjs +43 -0
  7. package/dist/command/common.d.cts +6 -2
  8. package/dist/command/common.d.mts +6 -2
  9. package/dist/command/common.mjs +43 -1
  10. package/dist/command/managed_charging.d.cts +1 -1
  11. package/dist/command/managed_charging.d.mts +1 -1
  12. package/dist/command/session.d.cts +0 -4
  13. package/dist/command/session.d.mts +0 -4
  14. package/dist/command/universal_message.cjs +4 -4
  15. package/dist/command/universal_message.d.cts +4 -4
  16. package/dist/command/universal_message.d.mts +4 -4
  17. package/dist/command/universal_message.mjs +4 -4
  18. package/dist/command/vcsec.cjs +37 -37
  19. package/dist/command/vcsec.d.cts +41 -41
  20. package/dist/command/vcsec.d.mts +41 -41
  21. package/dist/command/vcsec.mjs +37 -37
  22. package/dist/command/vehicle.cjs +129 -18
  23. package/dist/command/vehicle.d.cts +66 -57
  24. package/dist/command/vehicle.d.mts +66 -57
  25. package/dist/command/vehicle.mjs +129 -20
  26. package/dist/energy_command/identifier_type.cjs +0 -5
  27. package/dist/energy_command/identifier_type.d.cts +0 -5
  28. package/dist/energy_command/identifier_type.d.mts +0 -5
  29. package/dist/energy_command/identifier_type.mjs +0 -5
  30. package/dist/energy_device/authorization_api.d.cts +0 -5
  31. package/dist/energy_device/authorization_api.d.mts +0 -5
  32. package/dist/energy_device/authorization_types.cjs +0 -5
  33. package/dist/energy_device/authorization_types.d.cts +0 -5
  34. package/dist/energy_device/authorization_types.d.mts +0 -5
  35. package/dist/energy_device/authorization_types.mjs +0 -5
  36. package/dist/energy_device/common_api.d.cts +0 -5
  37. package/dist/energy_device/common_api.d.mts +0 -5
  38. package/dist/energy_device/device.cjs +0 -5
  39. package/dist/energy_device/device.d.cts +0 -5
  40. package/dist/energy_device/device.d.mts +0 -5
  41. package/dist/energy_device/device.mjs +0 -5
  42. package/dist/energy_device/energy.cjs +0 -5
  43. package/dist/energy_device/energy.d.cts +0 -5
  44. package/dist/energy_device/energy.d.mts +0 -5
  45. package/dist/energy_device/energy.mjs +0 -5
  46. package/dist/energy_device/energy_site_net.cjs +0 -5
  47. package/dist/energy_device/energy_site_net.d.cts +0 -5
  48. package/dist/energy_device/energy_site_net.d.mts +0 -5
  49. package/dist/energy_device/energy_site_net.mjs +0 -5
  50. package/dist/energy_device/error.d.cts +0 -5
  51. package/dist/energy_device/error.d.mts +0 -5
  52. package/dist/energy_device/filestore_api.cjs +0 -5
  53. package/dist/energy_device/filestore_api.d.cts +0 -5
  54. package/dist/energy_device/filestore_api.d.mts +0 -5
  55. package/dist/energy_device/filestore_api.mjs +0 -5
  56. package/dist/energy_device/graphql_api.cjs +0 -5
  57. package/dist/energy_device/graphql_api.d.cts +0 -5
  58. package/dist/energy_device/graphql_api.d.mts +0 -5
  59. package/dist/energy_device/graphql_api.mjs +0 -5
  60. package/dist/energy_device/intra_site_api.cjs +0 -5
  61. package/dist/energy_device/intra_site_api.d.cts +0 -5
  62. package/dist/energy_device/intra_site_api.d.mts +0 -5
  63. package/dist/energy_device/intra_site_api.mjs +0 -5
  64. package/dist/energy_device/local_auth_api.cjs +0 -5
  65. package/dist/energy_device/local_auth_api.d.cts +0 -5
  66. package/dist/energy_device/local_auth_api.d.mts +0 -5
  67. package/dist/energy_device/local_auth_api.mjs +0 -5
  68. package/dist/energy_device/networking.cjs +0 -5
  69. package/dist/energy_device/networking.d.cts +0 -5
  70. package/dist/energy_device/networking.d.mts +0 -5
  71. package/dist/energy_device/networking.mjs +0 -5
  72. package/dist/energy_device/neurio_meter_api.cjs +0 -5
  73. package/dist/energy_device/neurio_meter_api.d.cts +0 -5
  74. package/dist/energy_device/neurio_meter_api.d.mts +0 -5
  75. package/dist/energy_device/neurio_meter_api.mjs +0 -5
  76. package/dist/energy_device/pvi_api.cjs +0 -5
  77. package/dist/energy_device/pvi_api.d.cts +0 -5
  78. package/dist/energy_device/pvi_api.d.mts +0 -5
  79. package/dist/energy_device/pvi_api.mjs +0 -5
  80. package/dist/energy_device/teg_api.cjs +0 -5
  81. package/dist/energy_device/teg_api.d.cts +0 -5
  82. package/dist/energy_device/teg_api.d.mts +0 -5
  83. package/dist/energy_device/teg_api.mjs +0 -5
  84. package/dist/energy_device/transport.cjs +0 -5
  85. package/dist/energy_device/transport.d.cts +0 -5
  86. package/dist/energy_device/transport.d.mts +0 -5
  87. package/dist/energy_device/transport.mjs +0 -5
  88. package/dist/energy_device/update.cjs +0 -5
  89. package/dist/energy_device/update.d.cts +0 -5
  90. package/dist/energy_device/update.d.mts +0 -5
  91. package/dist/energy_device/update.mjs +0 -5
  92. package/dist/energy_device/wall_connector.cjs +0 -5
  93. package/dist/energy_device/wall_connector.d.cts +0 -5
  94. package/dist/energy_device/wall_connector.d.mts +0 -5
  95. package/dist/energy_device/wall_connector.mjs +0 -5
  96. package/dist/telemetry/vehicle_data.cjs +1 -1
  97. package/dist/telemetry/vehicle_data.d.cts +1 -1
  98. package/dist/telemetry/vehicle_data.d.mts +1 -1
  99. package/dist/telemetry/vehicle_data.mjs +1 -1
  100. package/package.json +1 -1
@@ -3,11 +3,6 @@ const require_energy_device_google_protobuf_wrappers = require("./google/protobu
3
3
  let _bufbuild_protobuf_wire = require("@bufbuild/protobuf/wire");
4
4
  //#region src/energy_device/energy.ts
5
5
  const protobufPackage = "tesla.proto.energy_device.v1";
6
- /**
7
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
8
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
9
- * observations and contributions from the community
10
- */
11
6
  let EnergyAccumulationType = /* @__PURE__ */ function(EnergyAccumulationType) {
12
7
  EnergyAccumulationType[EnergyAccumulationType["ENERGY_ACCUMULATION_TYPE_INVALID"] = 0] = "ENERGY_ACCUMULATION_TYPE_INVALID";
13
8
  EnergyAccumulationType[EnergyAccumulationType["ENERGY_ACCUMULATION_TYPE_LIFETIME"] = 1] = "ENERGY_ACCUMULATION_TYPE_LIFETIME";
@@ -1,11 +1,6 @@
1
1
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
2
2
  //#region src/energy_device/energy.d.ts
3
3
  declare const protobufPackage = "tesla.proto.energy_device.v1";
4
- /**
5
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
6
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
7
- * observations and contributions from the community
8
- */
9
4
  declare enum EnergyAccumulationType {
10
5
  ENERGY_ACCUMULATION_TYPE_INVALID = 0,
11
6
  ENERGY_ACCUMULATION_TYPE_LIFETIME = 1,
@@ -1,11 +1,6 @@
1
1
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
2
2
  //#region src/energy_device/energy.d.ts
3
3
  declare const protobufPackage = "tesla.proto.energy_device.v1";
4
- /**
5
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
6
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
7
- * observations and contributions from the community
8
- */
9
4
  declare enum EnergyAccumulationType {
10
5
  ENERGY_ACCUMULATION_TYPE_INVALID = 0,
11
6
  ENERGY_ACCUMULATION_TYPE_LIFETIME = 1,
@@ -2,11 +2,6 @@ import { FloatValue, UInt64Value } from "./google/protobuf/wrappers.mjs";
2
2
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
3
3
  //#region src/energy_device/energy.ts
4
4
  const protobufPackage = "tesla.proto.energy_device.v1";
5
- /**
6
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
7
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
8
- * observations and contributions from the community
9
- */
10
5
  let EnergyAccumulationType = /* @__PURE__ */ function(EnergyAccumulationType) {
11
6
  EnergyAccumulationType[EnergyAccumulationType["ENERGY_ACCUMULATION_TYPE_INVALID"] = 0] = "ENERGY_ACCUMULATION_TYPE_INVALID";
12
7
  EnergyAccumulationType[EnergyAccumulationType["ENERGY_ACCUMULATION_TYPE_LIFETIME"] = 1] = "ENERGY_ACCUMULATION_TYPE_LIFETIME";
@@ -4,11 +4,6 @@ const require_energy_device_networking = require("./networking.cjs");
4
4
  let _bufbuild_protobuf_wire = require("@bufbuild/protobuf/wire");
5
5
  //#region src/energy_device/energy_site_net.ts
6
6
  const protobufPackage = "tesla.proto.energy_device.v1";
7
- /**
8
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
9
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
10
- * observations and contributions from the community
11
- */
12
7
  let EnergySiteNetAdditionStatus = /* @__PURE__ */ function(EnergySiteNetAdditionStatus) {
13
8
  EnergySiteNetAdditionStatus[EnergySiteNetAdditionStatus["ENERGY_SITE_NET_ADDITION_STATUS_INVALID"] = 0] = "ENERGY_SITE_NET_ADDITION_STATUS_INVALID";
14
9
  EnergySiteNetAdditionStatus[EnergySiteNetAdditionStatus["ENERGY_SITE_NET_ADDITION_STATUS_IN_PROGRESS"] = 1] = "ENERGY_SITE_NET_ADDITION_STATUS_IN_PROGRESS";
@@ -3,11 +3,6 @@ import { WifiConfig } from "./networking.cjs";
3
3
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
4
4
  //#region src/energy_device/energy_site_net.d.ts
5
5
  declare const protobufPackage = "tesla.proto.energy_device.v1";
6
- /**
7
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
8
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
9
- * observations and contributions from the community
10
- */
11
6
  declare enum EnergySiteNetAdditionStatus {
12
7
  ENERGY_SITE_NET_ADDITION_STATUS_INVALID = 0,
13
8
  ENERGY_SITE_NET_ADDITION_STATUS_IN_PROGRESS = 1,
@@ -3,11 +3,6 @@ import { WifiConfig } from "./networking.mjs";
3
3
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
4
4
  //#region src/energy_device/energy_site_net.d.ts
5
5
  declare const protobufPackage = "tesla.proto.energy_device.v1";
6
- /**
7
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
8
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
9
- * observations and contributions from the community
10
- */
11
6
  declare enum EnergySiteNetAdditionStatus {
12
7
  ENERGY_SITE_NET_ADDITION_STATUS_INVALID = 0,
13
8
  ENERGY_SITE_NET_ADDITION_STATUS_IN_PROGRESS = 1,
@@ -3,11 +3,6 @@ import { WifiConfig } from "./networking.mjs";
3
3
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
4
4
  //#region src/energy_device/energy_site_net.ts
5
5
  const protobufPackage = "tesla.proto.energy_device.v1";
6
- /**
7
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
8
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
9
- * observations and contributions from the community
10
- */
11
6
  let EnergySiteNetAdditionStatus = /* @__PURE__ */ function(EnergySiteNetAdditionStatus) {
12
7
  EnergySiteNetAdditionStatus[EnergySiteNetAdditionStatus["ENERGY_SITE_NET_ADDITION_STATUS_INVALID"] = 0] = "ENERGY_SITE_NET_ADDITION_STATUS_INVALID";
13
8
  EnergySiteNetAdditionStatus[EnergySiteNetAdditionStatus["ENERGY_SITE_NET_ADDITION_STATUS_IN_PROGRESS"] = 1] = "ENERGY_SITE_NET_ADDITION_STATUS_IN_PROGRESS";
@@ -2,11 +2,6 @@ import { Status } from "./google/rpc/status.cjs";
2
2
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
3
3
  //#region src/energy_device/error.d.ts
4
4
  declare const protobufPackage = "tesla.proto.energy_device.v1";
5
- /**
6
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
7
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
8
- * observations and contributions from the community
9
- */
10
5
  interface ErrorResponse {
11
6
  status: Status | undefined;
12
7
  }
@@ -2,11 +2,6 @@ import { Status } from "./google/rpc/status.mjs";
2
2
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
3
3
  //#region src/energy_device/error.d.ts
4
4
  declare const protobufPackage = "tesla.proto.energy_device.v1";
5
- /**
6
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
7
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
8
- * observations and contributions from the community
9
- */
10
5
  interface ErrorResponse {
11
6
  status: Status | undefined;
12
7
  }
@@ -2,11 +2,6 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  let _bufbuild_protobuf_wire = require("@bufbuild/protobuf/wire");
3
3
  //#region src/energy_device/filestore_api.ts
4
4
  const protobufPackage = "tesla.proto.energy_device.v1";
5
- /**
6
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
7
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
8
- * observations and contributions from the community
9
- */
10
5
  let FileStoreAPIDomain = /* @__PURE__ */ function(FileStoreAPIDomain) {
11
6
  FileStoreAPIDomain[FileStoreAPIDomain["FILE_STORE_API_DOMAIN_INVALID"] = 0] = "FILE_STORE_API_DOMAIN_INVALID";
12
7
  FileStoreAPIDomain[FileStoreAPIDomain["FILE_STORE_API_DOMAIN_CONFIG_JSON"] = 1] = "FILE_STORE_API_DOMAIN_CONFIG_JSON";
@@ -1,11 +1,6 @@
1
1
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
2
2
  //#region src/energy_device/filestore_api.d.ts
3
3
  declare const protobufPackage = "tesla.proto.energy_device.v1";
4
- /**
5
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
6
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
7
- * observations and contributions from the community
8
- */
9
4
  declare enum FileStoreAPIDomain {
10
5
  FILE_STORE_API_DOMAIN_INVALID = 0,
11
6
  FILE_STORE_API_DOMAIN_CONFIG_JSON = 1,
@@ -1,11 +1,6 @@
1
1
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
2
2
  //#region src/energy_device/filestore_api.d.ts
3
3
  declare const protobufPackage = "tesla.proto.energy_device.v1";
4
- /**
5
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
6
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
7
- * observations and contributions from the community
8
- */
9
4
  declare enum FileStoreAPIDomain {
10
5
  FILE_STORE_API_DOMAIN_INVALID = 0,
11
6
  FILE_STORE_API_DOMAIN_CONFIG_JSON = 1,
@@ -1,11 +1,6 @@
1
1
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
2
2
  //#region src/energy_device/filestore_api.ts
3
3
  const protobufPackage = "tesla.proto.energy_device.v1";
4
- /**
5
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
6
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
7
- * observations and contributions from the community
8
- */
9
4
  let FileStoreAPIDomain = /* @__PURE__ */ function(FileStoreAPIDomain) {
10
5
  FileStoreAPIDomain[FileStoreAPIDomain["FILE_STORE_API_DOMAIN_INVALID"] = 0] = "FILE_STORE_API_DOMAIN_INVALID";
11
6
  FileStoreAPIDomain[FileStoreAPIDomain["FILE_STORE_API_DOMAIN_CONFIG_JSON"] = 1] = "FILE_STORE_API_DOMAIN_CONFIG_JSON";
@@ -3,11 +3,6 @@ const require_energy_device_google_protobuf_wrappers = require("./google/protobu
3
3
  let _bufbuild_protobuf_wire = require("@bufbuild/protobuf/wire");
4
4
  //#region src/energy_device/graphql_api.ts
5
5
  const protobufPackage = "tesla.proto.energy_device.v1";
6
- /**
7
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
8
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
9
- * observations and contributions from the community
10
- */
11
6
  let GraphQLQueryFormat = /* @__PURE__ */ function(GraphQLQueryFormat) {
12
7
  GraphQLQueryFormat[GraphQLQueryFormat["GRAPH_QL_QUERY_FORMAT_INVALID"] = 0] = "GRAPH_QL_QUERY_FORMAT_INVALID";
13
8
  GraphQLQueryFormat[GraphQLQueryFormat["GRAPH_QL_QUERY_FORMAT_RAW"] = 1] = "GRAPH_QL_QUERY_FORMAT_RAW";
@@ -1,11 +1,6 @@
1
1
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
2
2
  //#region src/energy_device/graphql_api.d.ts
3
3
  declare const protobufPackage = "tesla.proto.energy_device.v1";
4
- /**
5
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
6
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
7
- * observations and contributions from the community
8
- */
9
4
  declare enum GraphQLQueryFormat {
10
5
  GRAPH_QL_QUERY_FORMAT_INVALID = 0,
11
6
  GRAPH_QL_QUERY_FORMAT_RAW = 1,
@@ -1,11 +1,6 @@
1
1
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
2
2
  //#region src/energy_device/graphql_api.d.ts
3
3
  declare const protobufPackage = "tesla.proto.energy_device.v1";
4
- /**
5
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
6
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
7
- * observations and contributions from the community
8
- */
9
4
  declare enum GraphQLQueryFormat {
10
5
  GRAPH_QL_QUERY_FORMAT_INVALID = 0,
11
6
  GRAPH_QL_QUERY_FORMAT_RAW = 1,
@@ -2,11 +2,6 @@ import { StringValue } from "./google/protobuf/wrappers.mjs";
2
2
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
3
3
  //#region src/energy_device/graphql_api.ts
4
4
  const protobufPackage = "tesla.proto.energy_device.v1";
5
- /**
6
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
7
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
8
- * observations and contributions from the community
9
- */
10
5
  let GraphQLQueryFormat = /* @__PURE__ */ function(GraphQLQueryFormat) {
11
6
  GraphQLQueryFormat[GraphQLQueryFormat["GRAPH_QL_QUERY_FORMAT_INVALID"] = 0] = "GRAPH_QL_QUERY_FORMAT_INVALID";
12
7
  GraphQLQueryFormat[GraphQLQueryFormat["GRAPH_QL_QUERY_FORMAT_RAW"] = 1] = "GRAPH_QL_QUERY_FORMAT_RAW";
@@ -4,11 +4,6 @@ const require_energy_device_energy_site_net = require("./energy_site_net.cjs");
4
4
  let _bufbuild_protobuf_wire = require("@bufbuild/protobuf/wire");
5
5
  //#region src/energy_device/intra_site_api.ts
6
6
  const protobufPackage = "tesla.proto.energy_device.v1";
7
- /**
8
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
9
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
10
- * observations and contributions from the community
11
- */
12
7
  let IntraSiteBackhaulInterfaceType = /* @__PURE__ */ function(IntraSiteBackhaulInterfaceType) {
13
8
  IntraSiteBackhaulInterfaceType[IntraSiteBackhaulInterfaceType["INTRA_SITE_BACKHAUL_INTERFACE_TYPE_INVALID"] = 0] = "INTRA_SITE_BACKHAUL_INTERFACE_TYPE_INVALID";
14
9
  IntraSiteBackhaulInterfaceType[IntraSiteBackhaulInterfaceType["INTRA_SITE_BACKHAUL_INTERFACE_TYPE_WIFI"] = 1] = "INTRA_SITE_BACKHAUL_INTERFACE_TYPE_WIFI";
@@ -3,11 +3,6 @@ import { EnergySiteNetAdditionStatus, EnergySiteNetConfig, EnergySiteNetDevice,
3
3
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
4
4
  //#region src/energy_device/intra_site_api.d.ts
5
5
  declare const protobufPackage = "tesla.proto.energy_device.v1";
6
- /**
7
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
8
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
9
- * observations and contributions from the community
10
- */
11
6
  declare enum IntraSiteBackhaulInterfaceType {
12
7
  INTRA_SITE_BACKHAUL_INTERFACE_TYPE_INVALID = 0,
13
8
  INTRA_SITE_BACKHAUL_INTERFACE_TYPE_WIFI = 1,
@@ -3,11 +3,6 @@ import { EnergySiteNetAdditionStatus, EnergySiteNetConfig, EnergySiteNetDevice,
3
3
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
4
4
  //#region src/energy_device/intra_site_api.d.ts
5
5
  declare const protobufPackage = "tesla.proto.energy_device.v1";
6
- /**
7
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
8
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
9
- * observations and contributions from the community
10
- */
11
6
  declare enum IntraSiteBackhaulInterfaceType {
12
7
  INTRA_SITE_BACKHAUL_INTERFACE_TYPE_INVALID = 0,
13
8
  INTRA_SITE_BACKHAUL_INTERFACE_TYPE_WIFI = 1,
@@ -3,11 +3,6 @@ import { EnergySiteNetConfig, EnergySiteNetDevice, energySiteNetAdditionStatusFr
3
3
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
4
4
  //#region src/energy_device/intra_site_api.ts
5
5
  const protobufPackage = "tesla.proto.energy_device.v1";
6
- /**
7
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
8
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
9
- * observations and contributions from the community
10
- */
11
6
  let IntraSiteBackhaulInterfaceType = /* @__PURE__ */ function(IntraSiteBackhaulInterfaceType) {
12
7
  IntraSiteBackhaulInterfaceType[IntraSiteBackhaulInterfaceType["INTRA_SITE_BACKHAUL_INTERFACE_TYPE_INVALID"] = 0] = "INTRA_SITE_BACKHAUL_INTERFACE_TYPE_INVALID";
13
8
  IntraSiteBackhaulInterfaceType[IntraSiteBackhaulInterfaceType["INTRA_SITE_BACKHAUL_INTERFACE_TYPE_WIFI"] = 1] = "INTRA_SITE_BACKHAUL_INTERFACE_TYPE_WIFI";
@@ -3,11 +3,6 @@ const require_energy_device_networking = require("./networking.cjs");
3
3
  let _bufbuild_protobuf_wire = require("@bufbuild/protobuf/wire");
4
4
  //#region src/energy_device/local_auth_api.ts
5
5
  const protobufPackage = "tesla.proto.energy_device.v1";
6
- /**
7
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
8
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
9
- * observations and contributions from the community
10
- */
11
6
  let LocalAuthResult = /* @__PURE__ */ function(LocalAuthResult) {
12
7
  LocalAuthResult[LocalAuthResult["LOCAL_AUTH_RESULT_INVALID"] = 0] = "LOCAL_AUTH_RESULT_INVALID";
13
8
  LocalAuthResult[LocalAuthResult["LOCAL_AUTH_RESULT_SUCCESS"] = 1] = "LOCAL_AUTH_RESULT_SUCCESS";
@@ -2,11 +2,6 @@ import { WifiPassword } from "./networking.cjs";
2
2
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
3
3
  //#region src/energy_device/local_auth_api.d.ts
4
4
  declare const protobufPackage = "tesla.proto.energy_device.v1";
5
- /**
6
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
7
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
8
- * observations and contributions from the community
9
- */
10
5
  declare enum LocalAuthResult {
11
6
  LOCAL_AUTH_RESULT_INVALID = 0,
12
7
  LOCAL_AUTH_RESULT_SUCCESS = 1,
@@ -2,11 +2,6 @@ import { WifiPassword } from "./networking.mjs";
2
2
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
3
3
  //#region src/energy_device/local_auth_api.d.ts
4
4
  declare const protobufPackage = "tesla.proto.energy_device.v1";
5
- /**
6
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
7
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
8
- * observations and contributions from the community
9
- */
10
5
  declare enum LocalAuthResult {
11
6
  LOCAL_AUTH_RESULT_INVALID = 0,
12
7
  LOCAL_AUTH_RESULT_SUCCESS = 1,
@@ -2,11 +2,6 @@ import { WifiPassword } from "./networking.mjs";
2
2
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
3
3
  //#region src/energy_device/local_auth_api.ts
4
4
  const protobufPackage = "tesla.proto.energy_device.v1";
5
- /**
6
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
7
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
8
- * observations and contributions from the community
9
- */
10
5
  let LocalAuthResult = /* @__PURE__ */ function(LocalAuthResult) {
11
6
  LocalAuthResult[LocalAuthResult["LOCAL_AUTH_RESULT_INVALID"] = 0] = "LOCAL_AUTH_RESULT_INVALID";
12
7
  LocalAuthResult[LocalAuthResult["LOCAL_AUTH_RESULT_SUCCESS"] = 1] = "LOCAL_AUTH_RESULT_SUCCESS";
@@ -3,11 +3,6 @@ const require_energy_device_google_protobuf_wrappers = require("./google/protobu
3
3
  let _bufbuild_protobuf_wire = require("@bufbuild/protobuf/wire");
4
4
  //#region src/energy_device/networking.ts
5
5
  const protobufPackage = "tesla.proto.energy_device.v1";
6
- /**
7
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
8
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
9
- * observations and contributions from the community
10
- */
11
6
  let WifiNetworkSecurityType = /* @__PURE__ */ function(WifiNetworkSecurityType) {
12
7
  WifiNetworkSecurityType[WifiNetworkSecurityType["WIFI_NETWORK_SECURITY_TYPE_INVALID"] = 0] = "WIFI_NETWORK_SECURITY_TYPE_INVALID";
13
8
  WifiNetworkSecurityType[WifiNetworkSecurityType["WIFI_NETWORK_SECURITY_TYPE_NONE"] = 1] = "WIFI_NETWORK_SECURITY_TYPE_NONE";
@@ -1,11 +1,6 @@
1
1
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
2
2
  //#region src/energy_device/networking.d.ts
3
3
  declare const protobufPackage = "tesla.proto.energy_device.v1";
4
- /**
5
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
6
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
7
- * observations and contributions from the community
8
- */
9
4
  declare enum WifiNetworkSecurityType {
10
5
  WIFI_NETWORK_SECURITY_TYPE_INVALID = 0,
11
6
  WIFI_NETWORK_SECURITY_TYPE_NONE = 1,
@@ -1,11 +1,6 @@
1
1
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
2
2
  //#region src/energy_device/networking.d.ts
3
3
  declare const protobufPackage = "tesla.proto.energy_device.v1";
4
- /**
5
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
6
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
7
- * observations and contributions from the community
8
- */
9
4
  declare enum WifiNetworkSecurityType {
10
5
  WIFI_NETWORK_SECURITY_TYPE_INVALID = 0,
11
6
  WIFI_NETWORK_SECURITY_TYPE_NONE = 1,
@@ -2,11 +2,6 @@ import { Int32Value, UInt32Value } from "./google/protobuf/wrappers.mjs";
2
2
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
3
3
  //#region src/energy_device/networking.ts
4
4
  const protobufPackage = "tesla.proto.energy_device.v1";
5
- /**
6
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
7
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
8
- * observations and contributions from the community
9
- */
10
5
  let WifiNetworkSecurityType = /* @__PURE__ */ function(WifiNetworkSecurityType) {
11
6
  WifiNetworkSecurityType[WifiNetworkSecurityType["WIFI_NETWORK_SECURITY_TYPE_INVALID"] = 0] = "WIFI_NETWORK_SECURITY_TYPE_INVALID";
12
7
  WifiNetworkSecurityType[WifiNetworkSecurityType["WIFI_NETWORK_SECURITY_TYPE_NONE"] = 1] = "WIFI_NETWORK_SECURITY_TYPE_NONE";
@@ -3,11 +3,6 @@ const require_energy_device_networking = require("./networking.cjs");
3
3
  let _bufbuild_protobuf_wire = require("@bufbuild/protobuf/wire");
4
4
  //#region src/energy_device/neurio_meter_api.ts
5
5
  const protobufPackage = "tesla.proto.energy_device.v1";
6
- /**
7
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
8
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
9
- * observations and contributions from the community
10
- */
11
6
  let PowerType = /* @__PURE__ */ function(PowerType) {
12
7
  PowerType[PowerType["POWER_TYPE_INVALID"] = 0] = "POWER_TYPE_INVALID";
13
8
  PowerType[PowerType["POWER_TYPE_AC_1_PHASE"] = 1] = "POWER_TYPE_AC_1_PHASE";
@@ -2,11 +2,6 @@ import { Rssi } from "./networking.cjs";
2
2
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
3
3
  //#region src/energy_device/neurio_meter_api.d.ts
4
4
  declare const protobufPackage = "tesla.proto.energy_device.v1";
5
- /**
6
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
7
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
8
- * observations and contributions from the community
9
- */
10
5
  declare enum PowerType {
11
6
  POWER_TYPE_INVALID = 0,
12
7
  POWER_TYPE_AC_1_PHASE = 1,
@@ -2,11 +2,6 @@ import { Rssi } from "./networking.mjs";
2
2
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
3
3
  //#region src/energy_device/neurio_meter_api.d.ts
4
4
  declare const protobufPackage = "tesla.proto.energy_device.v1";
5
- /**
6
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
7
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
8
- * observations and contributions from the community
9
- */
10
5
  declare enum PowerType {
11
6
  POWER_TYPE_INVALID = 0,
12
7
  POWER_TYPE_AC_1_PHASE = 1,
@@ -2,11 +2,6 @@ import { Rssi } from "./networking.mjs";
2
2
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
3
3
  //#region src/energy_device/neurio_meter_api.ts
4
4
  const protobufPackage = "tesla.proto.energy_device.v1";
5
- /**
6
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
7
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
8
- * observations and contributions from the community
9
- */
10
5
  let PowerType = /* @__PURE__ */ function(PowerType) {
11
6
  PowerType[PowerType["POWER_TYPE_INVALID"] = 0] = "POWER_TYPE_INVALID";
12
7
  PowerType[PowerType["POWER_TYPE_AC_1_PHASE"] = 1] = "POWER_TYPE_AC_1_PHASE";
@@ -8,11 +8,6 @@ const require_energy_device_neurio_meter_api = require("./neurio_meter_api.cjs")
8
8
  let _bufbuild_protobuf_wire = require("@bufbuild/protobuf/wire");
9
9
  //#region src/energy_device/pvi_api.ts
10
10
  const protobufPackage = "tesla.proto.energy_device.v1";
11
- /**
12
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
13
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
14
- * observations and contributions from the community
15
- */
16
11
  let PVInverterSolarInstallationType = /* @__PURE__ */ function(PVInverterSolarInstallationType) {
17
12
  PVInverterSolarInstallationType[PVInverterSolarInstallationType["PV_INVERTER_SOLAR_INSTALLATION_TYPE_INVALID"] = 0] = "PV_INVERTER_SOLAR_INSTALLATION_TYPE_INVALID";
18
13
  PVInverterSolarInstallationType[PVInverterSolarInstallationType["PV_INVERTER_SOLAR_INSTALLATION_TYPE_PV_PANEL"] = 1] = "PV_INVERTER_SOLAR_INSTALLATION_TYPE_PV_PANEL";
@@ -6,11 +6,6 @@ import { NeurioMeterInterface } from "./neurio_meter_api.cjs";
6
6
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
7
7
  //#region src/energy_device/pvi_api.d.ts
8
8
  declare const protobufPackage = "tesla.proto.energy_device.v1";
9
- /**
10
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
11
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
12
- * observations and contributions from the community
13
- */
14
9
  declare enum PVInverterSolarInstallationType {
15
10
  PV_INVERTER_SOLAR_INSTALLATION_TYPE_INVALID = 0,
16
11
  PV_INVERTER_SOLAR_INSTALLATION_TYPE_PV_PANEL = 1,
@@ -6,11 +6,6 @@ import { NeurioMeterInterface } from "./neurio_meter_api.mjs";
6
6
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
7
7
  //#region src/energy_device/pvi_api.d.ts
8
8
  declare const protobufPackage = "tesla.proto.energy_device.v1";
9
- /**
10
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
11
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
12
- * observations and contributions from the community
13
- */
14
9
  declare enum PVInverterSolarInstallationType {
15
10
  PV_INVERTER_SOLAR_INSTALLATION_TYPE_INVALID = 0,
16
11
  PV_INVERTER_SOLAR_INSTALLATION_TYPE_PV_PANEL = 1,
@@ -7,11 +7,6 @@ import { NeurioMeterInterface } from "./neurio_meter_api.mjs";
7
7
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
8
8
  //#region src/energy_device/pvi_api.ts
9
9
  const protobufPackage = "tesla.proto.energy_device.v1";
10
- /**
11
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
12
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
13
- * observations and contributions from the community
14
- */
15
10
  let PVInverterSolarInstallationType = /* @__PURE__ */ function(PVInverterSolarInstallationType) {
16
11
  PVInverterSolarInstallationType[PVInverterSolarInstallationType["PV_INVERTER_SOLAR_INSTALLATION_TYPE_INVALID"] = 0] = "PV_INVERTER_SOLAR_INSTALLATION_TYPE_INVALID";
17
12
  PVInverterSolarInstallationType[PVInverterSolarInstallationType["PV_INVERTER_SOLAR_INSTALLATION_TYPE_PV_PANEL"] = 1] = "PV_INVERTER_SOLAR_INSTALLATION_TYPE_PV_PANEL";
@@ -6,11 +6,6 @@ const require_energy_device_common_api = require("./common_api.cjs");
6
6
  let _bufbuild_protobuf_wire = require("@bufbuild/protobuf/wire");
7
7
  //#region src/energy_device/teg_api.ts
8
8
  const protobufPackage = "tesla.proto.energy_device.v1";
9
- /**
10
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
11
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
12
- * observations and contributions from the community
13
- */
14
9
  let TEGIslandMode = /* @__PURE__ */ function(TEGIslandMode) {
15
10
  TEGIslandMode[TEGIslandMode["TEG_ISLAND_MODE_INVALID"] = 0] = "TEG_ISLAND_MODE_INVALID";
16
11
  TEGIslandMode[TEGIslandMode["TEG_ISLAND_MODE_AUTO_ACTIVE"] = 1] = "TEG_ISLAND_MODE_AUTO_ACTIVE";
@@ -4,11 +4,6 @@ import { CommonAPIPrepareRegistrationPayloadRequest, CommonAPIPrepareRegistratio
4
4
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
5
5
  //#region src/energy_device/teg_api.d.ts
6
6
  declare const protobufPackage = "tesla.proto.energy_device.v1";
7
- /**
8
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
9
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
10
- * observations and contributions from the community
11
- */
12
7
  declare enum TEGIslandMode {
13
8
  TEG_ISLAND_MODE_INVALID = 0,
14
9
  TEG_ISLAND_MODE_AUTO_ACTIVE = 1,
@@ -4,11 +4,6 @@ import { CommonAPIPrepareRegistrationPayloadRequest, CommonAPIPrepareRegistratio
4
4
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
5
5
  //#region src/energy_device/teg_api.d.ts
6
6
  declare const protobufPackage = "tesla.proto.energy_device.v1";
7
- /**
8
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
9
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
10
- * observations and contributions from the community
11
- */
12
7
  declare enum TEGIslandMode {
13
8
  TEG_ISLAND_MODE_INVALID = 0,
14
9
  TEG_ISLAND_MODE_AUTO_ACTIVE = 1,
@@ -5,11 +5,6 @@ import { CommonAPIPrepareRegistrationPayloadRequest, CommonAPIPrepareRegistratio
5
5
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
6
6
  //#region src/energy_device/teg_api.ts
7
7
  const protobufPackage = "tesla.proto.energy_device.v1";
8
- /**
9
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
10
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
11
- * observations and contributions from the community
12
- */
13
8
  let TEGIslandMode = /* @__PURE__ */ function(TEGIslandMode) {
14
9
  TEGIslandMode[TEGIslandMode["TEG_ISLAND_MODE_INVALID"] = 0] = "TEG_ISLAND_MODE_INVALID";
15
10
  TEGIslandMode[TEGIslandMode["TEG_ISLAND_MODE_AUTO_ACTIVE"] = 1] = "TEG_ISLAND_MODE_AUTO_ACTIVE";
@@ -14,11 +14,6 @@ const require_energy_device_wall_connector = require("./wall_connector.cjs");
14
14
  let _bufbuild_protobuf_wire = require("@bufbuild/protobuf/wire");
15
15
  //#region src/energy_device/transport.ts
16
16
  const protobufPackage = "tesla.proto.energy_device.v1";
17
- /**
18
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
19
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
20
- * observations and contributions from the community
21
- */
22
17
  let DeliveryChannel = /* @__PURE__ */ function(DeliveryChannel) {
23
18
  DeliveryChannel[DeliveryChannel["DELIVERY_CHANNEL_INVALID"] = 0] = "DELIVERY_CHANNEL_INVALID";
24
19
  DeliveryChannel[DeliveryChannel["DELIVERY_CHANNEL_LOCAL_HTTPS"] = 1] = "DELIVERY_CHANNEL_LOCAL_HTTPS";
@@ -13,11 +13,6 @@ import { WCMessages } from "./wall_connector.cjs";
13
13
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
14
14
  //#region src/energy_device/transport.d.ts
15
15
  declare const protobufPackage = "tesla.proto.energy_device.v1";
16
- /**
17
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
18
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
19
- * observations and contributions from the community
20
- */
21
16
  declare enum DeliveryChannel {
22
17
  DELIVERY_CHANNEL_INVALID = 0,
23
18
  DELIVERY_CHANNEL_LOCAL_HTTPS = 1,
@@ -13,11 +13,6 @@ import { WCMessages } from "./wall_connector.mjs";
13
13
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
14
14
  //#region src/energy_device/transport.d.ts
15
15
  declare const protobufPackage = "tesla.proto.energy_device.v1";
16
- /**
17
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
18
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
19
- * observations and contributions from the community
20
- */
21
16
  declare enum DeliveryChannel {
22
17
  DELIVERY_CHANNEL_INVALID = 0,
23
18
  DELIVERY_CHANNEL_LOCAL_HTTPS = 1,
@@ -13,11 +13,6 @@ import { WCMessages } from "./wall_connector.mjs";
13
13
  import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
14
14
  //#region src/energy_device/transport.ts
15
15
  const protobufPackage = "tesla.proto.energy_device.v1";
16
- /**
17
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
18
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
19
- * observations and contributions from the community
20
- */
21
16
  let DeliveryChannel = /* @__PURE__ */ function(DeliveryChannel) {
22
17
  DeliveryChannel[DeliveryChannel["DELIVERY_CHANNEL_INVALID"] = 0] = "DELIVERY_CHANNEL_INVALID";
23
18
  DeliveryChannel[DeliveryChannel["DELIVERY_CHANNEL_LOCAL_HTTPS"] = 1] = "DELIVERY_CHANNEL_LOCAL_HTTPS";
@@ -2,11 +2,6 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  let _bufbuild_protobuf_wire = require("@bufbuild/protobuf/wire");
3
3
  //#region src/energy_device/update.ts
4
4
  const protobufPackage = "tesla.proto.energy_device.v1";
5
- /**
6
- * TESLEMETRY SOURCE-OF-RECORD - no upstream.
7
- * Provenance: Tesla Energy gateway (TEG) local API, from our own
8
- * observations and contributions from the community
9
- */
10
5
  let UpdateStatus = /* @__PURE__ */ function(UpdateStatus) {
11
6
  UpdateStatus[UpdateStatus["UPDATE_STATUS_INVALID"] = 0] = "UPDATE_STATUS_INVALID";
12
7
  UpdateStatus[UpdateStatus["UPDATE_STATUS_IDLE"] = 1] = "UPDATE_STATUS_IDLE";