datetime zu cplInternalTimestamp für bessere Klarheit

This commit is contained in:
ISA
2024-11-07 07:40:45 +01:00
parent 35afba0ebb
commit a3bc86258c
2 changed files with 4 additions and 2 deletions

View File

@@ -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);