Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ public enum Name {
DM_TYPE,
/** The id of the device. */
ID,
/**
* If the device status is FAILED, a short (one to three word, i.e. not a stack trace) reason
* why it failed.
*/
FAILURE_REASON,
/** Hinge angle of the foldable device. */
HINGE_ANGLE,
/** Host IP of the lab server. */
Expand Down
Loading