fix cutoff a grid peak shaving register
Some checks failed
CI and deploy / migration-check (push) Failing after 13s
CI and deploy / deploy (push) Has been skipped

This commit is contained in:
Dusan Vojacek
2026-04-29 13:36:38 +02:00
parent 2c884e2135
commit dede8d604d
12 changed files with 79 additions and 125 deletions

View File

@@ -405,7 +405,7 @@ function genCutoffBadge(i: PlanningIntervalDto): { show: boolean; label: string;
show: true,
label: 'GEN CUT',
klass: 'bg-red-500/15 text-red-200 ring-1 ring-red-500/35',
title: 'GEN port cut-off (BA81): reg179 bits0-1=2 (MI export cutoff ON)',
title: 'GEN port cut-off (BA81): reg178 bits0-1=3 (MI export cutoff ON)',
}
}
return {