disable debug

This commit is contained in:
Meliox 2025-09-06 14:07:49 +02:00
parent 1b2143ad56
commit 092cdc66a5

View File

@ -36,7 +36,7 @@ DEBUG_SAVE_FILENAME="sensorsdata.json"
# DEV NOTE: lm-sensors version >3.6.0 breakes properly formatted JSON output using 'sensors -j'. This implements a workaround using uses a python3 for formatting
DEBUG_REMOTE=true
DEBUG_REMOTE=false
DEBUG_JSON_FILE="/tmp/sensordata.json"
DEBUG_UPS_FILE="/tmp/upsc.txt"