Skip to content

Commit

Permalink
Fix dome temperature monitoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchote committed Apr 9, 2024
1 parent 1b193a1 commit a92704c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clasp.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"power_daemon": "clasp_power",
"power_channels": ["cam1", "cam2"],
"temperature_daemon": "clasp_domealert",
"temperature_value_key": "internal_humidity",
"temperature_valid_key": "internal_humidity_valid",
"temperature_value_key": "internal_temperature",
"temperature_valid_key": "internal_temperature_valid",
"antifreeze_enable_limit": 5,
"antifreeze_disable_limit": 7
}

0 comments on commit a92704c

Please sign in to comment.