mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-14 15:54:47 +00:00
Typ-o fix
This commit is contained in:
parent
8e9e60ec03
commit
ed899440ed
2
lib/SvelteUi/app/dist/index.js
vendored
2
lib/SvelteUi/app/dist/index.js
vendored
File diff suppressed because one or more lines are too long
@ -258,7 +258,7 @@ export function getResetReason(sysinfo) {
|
||||
export function getPriceSourceName(code) {
|
||||
if(code == "EOE") return "ENTSO-E";
|
||||
if(code == "HKS") return "hvakosterstrommen.no";
|
||||
if(code == "EDS") return "Energy Data Service";
|
||||
if(code == "EDS") return "Energi Data Service";
|
||||
if(code == "MIX") return "Mixed sources";
|
||||
return "Unknown (" + code + ")";
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user