EsLint
This commit is contained in:
@@ -1,16 +1,5 @@
|
||||
"use client"; // /components/main/analogInputs/AnalogInputsTable.tsx
|
||||
|
||||
export type AnalogInput = {
|
||||
id: number;
|
||||
value: number;
|
||||
label: string;
|
||||
unit?: string; // Make unit optional if it may not exist
|
||||
offset: number;
|
||||
factor: number;
|
||||
loggerInterval: number;
|
||||
weighting: number;
|
||||
};
|
||||
|
||||
import type { AnalogInput } from "@/types/analogInput";
|
||||
import React, { useEffect } from "react";
|
||||
import { useDispatch, useSelector } from "react-redux";
|
||||
import { RootState, AppDispatch } from "@/redux/store";
|
||||
|
||||
Reference in New Issue
Block a user