fix: digital inputs status LED
This commit is contained in:
@@ -4,7 +4,6 @@ import { createSlice, PayloadAction } from "@reduxjs/toolkit";
|
||||
interface DigitalInput {
|
||||
id: number;
|
||||
label: string;
|
||||
status: number;
|
||||
counter: number;
|
||||
flutter: number;
|
||||
invert: boolean;
|
||||
@@ -12,6 +11,7 @@ interface DigitalInput {
|
||||
weighting: number;
|
||||
zaehlerAktiv: boolean;
|
||||
eingangOffline: boolean;
|
||||
status: boolean;
|
||||
}
|
||||
|
||||
interface DigitalInputsState {
|
||||
|
||||
Reference in New Issue
Block a user