Mark thermals as not controllable (#12393)

This commit is contained in:
andywongarista 2022-11-21 14:38:22 -08:00 committed by GitHub
parent 5c3c4e73ad
commit c086987fc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,19 +79,24 @@
], ],
"thermals": [ "thermals": [
{ {
"name": "Cpu temp sensor" "name": "Cpu temp sensor",
"controllable": false
}, },
{ {
"name": "Cpu board temp sensor" "name": "Cpu board temp sensor",
"controllable": false
}, },
{ {
"name": "Back-panel temp sensor" "name": "Back-panel temp sensor",
"controllable": false
}, },
{ {
"name": "Board temp sensor" "name": "Board temp sensor",
"controllable": false
}, },
{ {
"name": "Front-panel temp sensor" "name": "Front-panel temp sensor",
"controllable": false
} }
], ],
"sfps": [ "sfps": [