diff --git a/.env.development b/.env.development index 2e84fc4..902c517 100644 --- a/.env.development +++ b/.env.development @@ -6,6 +6,6 @@ NEXT_PUBLIC_USE_MOCK_BACKEND_LOOP_START=false NEXT_PUBLIC_EXPORT_STATIC=false NEXT_PUBLIC_USE_CGI=false # App-Versionsnummer -NEXT_PUBLIC_APP_VERSION=1.6.821 +NEXT_PUBLIC_APP_VERSION=1.6.822 NEXT_PUBLIC_CPL_MODE=json # json (Entwicklungsumgebung) oder jsSimulatedProd (CPL ->CGI-Interface-Simulator) oder production (CPL-> CGI-Interface Platzhalter) diff --git a/.env.production b/.env.production index 479029f..e8a74a8 100644 --- a/.env.production +++ b/.env.production @@ -5,5 +5,5 @@ NEXT_PUBLIC_CPL_API_PATH=/CPL NEXT_PUBLIC_EXPORT_STATIC=true NEXT_PUBLIC_USE_CGI=true # App-Versionsnummer -NEXT_PUBLIC_APP_VERSION=1.6.821 +NEXT_PUBLIC_APP_VERSION=1.6.822 NEXT_PUBLIC_CPL_MODE=production \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a03f553..e1089ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.6.822] – 2025-09-03 + +- del: remove 4000value folder from mock + +--- ## [1.6.821] – 2025-09-03 - doc: TODOs diff --git a/mocks/device-cgi-simulator/SERVICE/digitalOutputsMockData.js b/mocks/device-cgi-simulator/SERVICE/digitalOutputsMockData.js deleted file mode 100644 index 1cd14d7..0000000 --- a/mocks/device-cgi-simulator/SERVICE/digitalOutputsMockData.js +++ /dev/null @@ -1,2 +0,0 @@ -win_da_state = [1, 1, 1, 1]; -win_da_bezeichnung = ["Ausgang2", "Ausgang2", "Ausgang3", "Ausgang4"]; diff --git a/mocks/device-cgi-simulator/SERVICE/digitalOutputsMockData.json b/mocks/device-cgi-simulator/SERVICE/digitalOutputsMockData.json index 3488f54..d172927 100644 --- a/mocks/device-cgi-simulator/SERVICE/digitalOutputsMockData.json +++ b/mocks/device-cgi-simulator/SERVICE/digitalOutputsMockData.json @@ -1,4 +1,4 @@ { "win_da_state": [1, 1, 1, 1], - "win_da_bezeichnung": ["Ausgang2", "Ausgang2", "Ausgang3", "Ausgang4"] + "win_da_bezeichnung": ["Ausgang1", "Ausgang2", "Ausgang3", "Ausgang4"] } diff --git a/mocks/device-cgi-simulator/digitaleausgaengeMockData.json b/mocks/device-cgi-simulator/digitaleausgaengeMockData.json deleted file mode 100644 index 658d57e..0000000 --- a/mocks/device-cgi-simulator/digitaleausgaengeMockData.json +++ /dev/null @@ -1,6 +0,0 @@ -[ - { "id": 1, "description": "Ausgang1", "toggle": true }, - { "id": 2, "description": "Ausgang2", "toggle": false }, - { "id": 3, "description": "Ausgang3", "toggle": true }, - { "id": 4, "description": "Ausgang4", "toggle": false } -] diff --git a/mocks/device-cgi-simulator/mockChartData.json b/mocks/device-cgi-simulator/mockChartData.json deleted file mode 100644 index cb052dd..0000000 --- a/mocks/device-cgi-simulator/mockChartData.json +++ /dev/null @@ -1,32 +0,0 @@ -[ - { "t": "14-02-2025 10:00:00", "i": 10.116, "a": 50.116, "g": 23.116 }, - { "t": "14-02-2025 09:00:00", "i": 12.116, "a": 36.116, "g": 24.116 }, - { "t": "14-02-2025 08:00:00", "i": 8.116, "a": 24.116, "g": 12.116 }, - { "t": "13-02-2025 15:00:00", "i": 4.0, "a": 26.0, "g": 15.0 }, - { "t": "13-02-2025 14:00:00", "i": 10.0, "a": 36.0, "g": 21.0 }, - { "t": "13-02-2025 13:00:00", "i": 15.0, "a": 30.0, "g": 20.0 }, - { "t": "13-02-2025 12:00:00", "i": 12.0, "a": 50.0, "g": 25.0 }, - { "t": "13-02-2025 11:00:00", "i": 15.0, "a": 40.0, "g": 20.0 }, - { "t": "13-02-2025 10:00:00", "i": 10.0, "a": 35.0, "g": 26.0 }, - { "t": "13-02-2025 09:00:00", "i": 13.0, "a": 43.0, "g": 24.0 }, - { "t": "14-02-2025 10:00:00", "i": 10.116, "a": 50.116, "g": 23.116 }, - { "t": "14-02-2025 09:00:00", "i": 12.116, "a": 36.116, "g": 24.116 }, - { "t": "14-02-2025 08:00:00", "i": 8.116, "a": 24.116, "g": 12.116 }, - { "t": "13-02-2025 15:00:00", "i": 4.0, "a": 26.0, "g": 15.0 }, - { "t": "13-02-2025 14:00:00", "i": 10.0, "a": 36.0, "g": 21.0 }, - { "t": "13-02-2025 13:00:00", "i": 15.0, "a": 30.0, "g": 20.0 }, - { "t": "13-02-2025 12:00:00", "i": 12.0, "a": 50.0, "g": 25.0 }, - { "t": "13-02-2025 11:00:00", "i": 15.0, "a": 40.0, "g": 20.0 }, - { "t": "13-02-2025 10:00:00", "i": 10.0, "a": 35.0, "g": 26.0 }, - { "t": "13-02-2025 09:00:00", "i": 13.0, "a": 43.0, "g": 24.0 }, - { "t": "14-02-2025 10:00:00", "i": 10.116, "a": 50.116, "g": 23.116 }, - { "t": "14-02-2025 09:00:00", "i": 12.116, "a": 36.116, "g": 24.116 }, - { "t": "14-02-2025 08:00:00", "i": 8.116, "a": 24.116, "g": 12.116 }, - { "t": "13-02-2025 15:00:00", "i": 4.0, "a": 26.0, "g": 15.0 }, - { "t": "13-02-2025 14:00:00", "i": 10.0, "a": 36.0, "g": 21.0 }, - { "t": "13-02-2025 13:00:00", "i": 15.0, "a": 30.0, "g": 20.0 }, - { "t": "13-02-2025 12:00:00", "i": 12.0, "a": 50.0, "g": 25.0 }, - { "t": "13-02-2025 11:00:00", "i": 15.0, "a": 40.0, "g": 20.0 }, - { "t": "13-02-2025 10:00:00", "i": 10.0, "a": 35.0, "g": 26.0 }, - { "t": "13-02-2025 09:00:00", "i": 13.0, "a": 43.0, "g": 24.0 } -] diff --git a/package-lock.json b/package-lock.json index 41e391d..0369fb2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cpl-v4", - "version": "1.6.821", + "version": "1.6.822", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cpl-v4", - "version": "1.6.821", + "version": "1.6.822", "dependencies": { "@fontsource/roboto": "^5.1.0", "@headlessui/react": "^2.2.4", diff --git a/package.json b/package.json index 8116878..f060879 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cpl-v4", - "version": "1.6.821", + "version": "1.6.822", "private": true, "scripts": { "dev": "next dev -p 3000",