| Index: components/policy/proto/device_management_backend.proto
|
| diff --git a/components/policy/proto/device_management_backend.proto b/components/policy/proto/device_management_backend.proto
|
| index 1bb72401d54bf0c8fc661b943de4b5911340c3d1..03f2646f7717b33eacfdf212da32f4c550eddb58 100644
|
| --- a/components/policy/proto/device_management_backend.proto
|
| +++ b/components/policy/proto/device_management_backend.proto
|
| @@ -1061,6 +1061,9 @@ message RemoteCommand {
|
|
|
| // Set device volume.
|
| DEVICE_SET_VOLUME = 2;
|
| +
|
| + // Force a refresh of device status (attributes and logs).
|
| + DEVICE_FETCH_STATUS = 3;
|
| }
|
|
|
| // The command type.
|
|
|