fix: digitalOutputs.html , die Bezeichnung kann geändert werden, aber der Schalter muss Kai noch programmieren
This commit is contained in:
@@ -25,7 +25,7 @@ export default function DigitalOutputsWidget({ openOutputModal }) {
|
||||
|
||||
try {
|
||||
if (isCPL) {
|
||||
window.location.href = `/CPL?dummy.htm&DAS${id}=${
|
||||
window.location.href = `/CPL?digitalOutputs.html&DAS0${id}=${
|
||||
updatedOutputs[id - 1].status ? 1 : 0
|
||||
}`;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user