view weather_server/static/manifest.webmanifest @ 33:beedfa8eaa3f

Add grid lines to the graph. - Adds time gridlines on the hour and 15 minutes. - Adds temperature gridlines on 10, 5, and 1 degree intervals. - Increases chart range. - Changes from rounding temperature to floor()ing it.
author Paul Fisher <paul@pfish.zone>
date Sat, 12 Jun 2021 20:22:46 +0000
parents 27217790dc04
children
line wrap: on
line source

{
    "short_name": "Temperatures",
    "name": "Temperature Sensors",
    "description": "Graphs from the temperature sensors you have peppered throughout your home",
    "icons": [
        {
            "src": "/static/icons/192.png",
            "type": "image/png",
            "sizes": "192x192",
            "purpose": "maskable any"
        },
        {
            "src": "/static/icons/512.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "maskable any"
        }
    ],
    "start_url": "/",
    "background_color": "#263238",
    "display": "minimal-ui",
    "scope": "/",
    "theme_color": "#263238"
}