datetime zu cplInternalTimestamp für bessere Klarheit
This commit is contained in:
@@ -15,7 +15,9 @@ function SettingModal({ showModal, onClose }) {
|
||||
const ip_Redux = useSelector((state) => state.variables.ip);
|
||||
const subnet_Redux = useSelector((state) => state.variables.subnet);
|
||||
const gateway_Redux = useSelector((state) => state.variables.gateway);
|
||||
const datetime_Redux = useSelector((state) => state.variables.datetime);
|
||||
const datetime_Redux = useSelector(
|
||||
(state) => state.variables.cplInternalTimestamp
|
||||
);
|
||||
const ntp1_Redux = useSelector((state) => state.variables.ntp1);
|
||||
const ntp2_Redux = useSelector((state) => state.variables.ntp2);
|
||||
const ntp3_Redux = useSelector((state) => state.variables.ntp3);
|
||||
|
||||
@@ -5,7 +5,7 @@ var win_mac2 = "0 48 86 81 46 144";
|
||||
var win_ip = "10.10.0.243";
|
||||
var win_subnet = "255.255.255.0";
|
||||
var win_gateway = "10.10.0.1";
|
||||
var win_datetime = "23.10.24 15:10:28 Uhr";
|
||||
var win_cplInternalTimestamp = "23.10.24 15:10:28 Uhr";
|
||||
var win_opcState = "1";
|
||||
var win_opcSessions = "0";
|
||||
//var opcName="CPL V4 OPC UA Application Deutsche Bahne']'])";
|
||||
|
||||
Reference in New Issue
Block a user