| # Copyright (c) 2020 The Chromium OS Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| # Device is not fixable due issues with hardware and has to be replaced | |
| DEVICE_STATE_NEEDS_REPLACEMENT = 'needs_replacement' | |
| # Device required manual attention to be fixed | |
| DEVICE_STATE_NEEDS_MANUAL_REPAIR = 'needs_manual_repair' |