Skip to content

Instantly share code, notes, and snippets.

@arbnori45
arbnori45 / electricity_rates.json
Created July 10, 2023 19:09
A simple json structure to fetch the rates for electricity when kw is cheaper
{
"electricityRates": [
{
"timeStart": "00:00",
"timeEnd": "05:59",
"rate": 0.12,
"currency": "USD",
"kwH": "per kw/h",
"rateType": "Off-Peak"
},