blob: cc58fa675860db659ac5d2254b9180f5af17b293 [file] [log] [blame]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto3";
package lab;
option go_package = "go.chromium.org/chromiumos/infra/proto/go/lab";
// Remote power management info.
// Next Tag: 3
message OSRPM {
string powerunit_name = 1;
string powerunit_outlet = 2;
}