Files
PC-Monitor/output/Pc-monitor/config_hwinfo.json
2026-03-24 07:17:48 +01:00

26 lines
566 B
JSON

{
"tabs": [
{
"id": "tab1",
"name": "Général",
"sensors": [
{
"id": "/hwinfo/3_16777220_CPU_Entier",
"name": "CPU Entier",
"type": "temperature",
"show_graph": true,
"viz_type": "line",
"card_size": "xs",
"font_family": "opensans",
"font_bold": false,
"font_size": "xs",
"hide_value_mobile": false,
"show_type_badge": false,
"chart_options": {
"height": "xs"
}
}
]
}
]
}