blob: b03bb27fc3b3c0fb941c73df146525b5b1545f74 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$defs": {
"NvidiaMctpVdm": {
"description": "Nvidia device that implements an MCTP VDM protocol to provide sensor readings - implemented in dbus-sensors",
"properties": {
"Name": {
"description": "A recognisable name for the device",
"type": "string"
},
"PollRate": {
"description": "Poll the device at this rate, specified in milliseconds, to fetch sensors",
"type": "number"
},
"Type": {
"type": "string",
"const": "NvidiaMctpVdm"
}
},
"required": ["Name", "Type"],
"type": "object"
}
}
}