loop DatePicke

This commit is contained in:
ISA
2025-08-12 09:58:44 +02:00
parent 234608973e
commit 77c939697c
9 changed files with 51 additions and 22 deletions

View File

@@ -66,6 +66,7 @@ function getSystemUrl(dia, input) {
const { vonJahr, vonMonat, vonTag, bisJahr, bisMonat, bisTag } =
getDateParts();
return `${CPL_HOST}/CPL?seite.ACP&${dia}=${vonJahr};${vonMonat};${vonTag};${bisJahr};${bisMonat};${bisTag};${input};1;`;
// https://10.10.0.118/CPL?seite.ACP&DIA1=2025;07;13;2025;08;12;0;3;
}
// URL für analoge Eingänge generieren