-
-
Notifications
You must be signed in to change notification settings - Fork 236
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The numbers being displayed are still in Celsius despite the unit displaying as Fahrenheit.
Expected behavior
The numbers should actually be converted between units.
Config Info
Did a clean install with the following docker-config.yaml:
version: '3.5'
services:
scrutiny:
container_name: scrutiny
image: ghcr.io/analogj/scrutiny:master-omnibus
cap_add:
- SYS_RAWIO
ports:
- "8080:8080" # webapp
volumes:
- /run/udev:/run/udev:ro
- scrutiny_config:/opt/scrutiny/config
- scrutiny_db:/opt/scrutiny/influxdb
devices:
- "/dev/sda"
- "/dev/sdb"
- "/dev/sdc"
volumes:
scrutiny_config:
scrutiny_db:
ibennetch
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
