mirror of
https://github.com/unraid/api.git
synced 2026-01-17 22:20:06 -06:00
33
app/graphql/schema/types/info/display.graphql
Normal file
33
app/graphql/schema/types/info/display.graphql
Normal file
@@ -0,0 +1,33 @@
|
||||
type Info {
|
||||
display: Display @func(module: "info/get-display")
|
||||
}
|
||||
|
||||
type Display {
|
||||
date: String
|
||||
number: String
|
||||
scale: Boolean
|
||||
tabs: Boolean
|
||||
users: String
|
||||
resize: Boolean
|
||||
wwn: Boolean
|
||||
total: Boolean
|
||||
usage: Boolean
|
||||
banner: String
|
||||
dashapps: String
|
||||
theme: Theme
|
||||
text: Boolean
|
||||
unit: Temperature
|
||||
warning: Int
|
||||
critical: Int
|
||||
hot: Int
|
||||
max: Int
|
||||
}
|
||||
|
||||
enum Temperature {
|
||||
C
|
||||
F
|
||||
}
|
||||
|
||||
enum Theme {
|
||||
white
|
||||
}
|
||||
Reference in New Issue
Block a user