Status:
{selectedInput.status === "active" ? "Aktiv" : "Inaktiv"}
Beschreibung:
{selectedInput.description}
Name:
{selectedInput.name}
Invertierung:
{selectedInput.invertierung ? "Ein" : "Aus"}
Filterzeit:
{selectedInput.filterzeit} ms
Gewichtung:
{selectedInput.gewichtung}
Zählerstand:
{selectedInput.zaehlerstand}
Zähler aktiv:
{selectedInput.zaehlerAktiv ? "Ja" : "Nein"}
Eingang offline:
{selectedInput.eingangOffline ? "Offline" : "Online"}