diff --git a/.changeset/regenerate-charging-comment.md b/.changeset/regenerate-charging-comment.md new file mode 100644 index 0000000..4f942fa --- /dev/null +++ b/.changeset/regenerate-charging-comment.md @@ -0,0 +1,5 @@ +--- +"@teslemetry/tesla-protocol": patch +--- + +Regenerate `packages/typescript/src/charging/charging.ts` from `proto/charging/charging.proto` to drop a stale source-of-record comment block that was removed from the proto source but never re-synced into the generated output. diff --git a/packages/typescript/src/charging/charging.ts b/packages/typescript/src/charging/charging.ts index 5185623..5d796ec 100644 --- a/packages/typescript/src/charging/charging.ts +++ b/packages/typescript/src/charging/charging.ts @@ -9,12 +9,6 @@ import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire"; export const protobufPackage = "com.tesla.proto.charging.v1"; -/** - * TESLEMETRY SOURCE-OF-RECORD - no upstream. - * Provenance: Tesla EV charge-session energy metering / billing ("STEM") - * schema, from our own observations and contributions from the community. - */ - /** * Split integer energy representation: whole watt-hours plus a * sub-watt-hour remainder in milli-watt-hours.