Skip to content

Commit

Permalink
RDSK-3534 Add last_reconfigured field to resource Status (viamrobotic…
Browse files Browse the repository at this point in the history
…s#382)

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
benjirewis and github-actions[bot] authored Oct 12, 2023
1 parent 300730b commit 57108c6
Show file tree
Hide file tree
Showing 17 changed files with 366 additions and 295 deletions.
14 changes: 7 additions & 7 deletions component/arm/v1/arm.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions component/audioinput/v1/audioinput.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions component/base/v1/base.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions component/board/v1/board.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions component/inputcontroller/v1/input_controller.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions component/movementsensor/v1/movementsensor.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions component/powersensor/v1/powersensor.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions component/servo/v1/servo.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions gen/js/robot/v1/robot_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,11 @@ export class Status extends jspb.Message {
getStatus(): google_protobuf_struct_pb.Struct | undefined;
setStatus(value?: google_protobuf_struct_pb.Struct): void;

hasLastReconfigured(): boolean;
clearLastReconfigured(): void;
getLastReconfigured(): google_protobuf_timestamp_pb.Timestamp | undefined;
setLastReconfigured(value?: google_protobuf_timestamp_pb.Timestamp): void;

serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): Status.AsObject;
static toObject(includeInstance: boolean, msg: Status): Status.AsObject;
Expand All @@ -657,6 +662,7 @@ export namespace Status {
export type AsObject = {
name?: common_v1_common_pb.ResourceName.AsObject,
status?: google_protobuf_struct_pb.Struct.AsObject,
lastReconfigured?: google_protobuf_timestamp_pb.Timestamp.AsObject,
}
}

Expand Down
Loading

0 comments on commit 57108c6

Please sign in to comment.