[PR #546] [MERGED] Fix Z-Wave JS UI script #2589

Closed
opened 2025-11-20 05:30:48 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/546
Author: @MickLesk
Created: 11/27/2024
Status: Merged
Merged: 11/27/2024
Merged by: @MickLesk

Base: mainHead: zwave_patch


📝 Commits (2)

📊 Changes

3 files changed (+46 additions, -47 deletions)

View changed files

📝 ct/zwave-js-ui.sh (+24 -35)
📝 install/zwave-js-ui-install.sh (+21 -11)
📝 json/zwave-js-ui.json (+1 -1)

📄 Description

Description

An update was probably possible before, but it was programmed really badly.
I quickly reworked the whole script again.

  • Now it works with an .env file
  • Not all user data is overwritten during the update
  • Update adapted to our conventions

Fixes #207

Type of change

Please check the relevant option(s):

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (a fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts.)

Prerequisites

The following efforts must be made for the PR to be considered. Please check when completed:

  • Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
  • Testing performed (I have tested my changes, ensuring everything works as expected)
  • Documentation updated (I have updated any relevant documentation)

Additional Information (optional)

Tested by User, migrated in Script.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/546 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 11/27/2024 **Status:** ✅ Merged **Merged:** 11/27/2024 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `zwave_patch` --- ### 📝 Commits (2) - [`df860ea`](https://github.com/community-scripts/ProxmoxVE/commit/df860eac6dd37a34c1cfec8b8664b227b0b7603a) Revert & Updated ZWave JS UI - [`3878121`](https://github.com/community-scripts/ProxmoxVE/commit/3878121432d866e1ba9b1b3d514bb8e70284744d) Tweak for StorageDB ### 📊 Changes **3 files changed** (+46 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `ct/zwave-js-ui.sh` (+24 -35) 📝 `install/zwave-js-ui-install.sh` (+21 -11) 📝 `json/zwave-js-ui.json` (+1 -1) </details> ### 📄 Description ## Description An update was probably possible before, but it was programmed really badly. I quickly reworked the whole script again. - Now it works with an .env file - Not all user data is overwritten during the update - Update adapted to our conventions Fixes #207 ## Type of change Please check the relevant option(s): - [x] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (a fix or feature that would cause existing functionality to change unexpectedly) - [ ] New script (a fully functional and thoroughly tested script or set of scripts.) ## Prerequisites The following efforts must be made for the PR to be considered. Please check when completed: - [x] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) - [x] Testing performed (I have tested my changes, ensuring everything works as expected) - [x] Documentation updated (I have updated any relevant documentation) ## Additional Information (optional) Tested by User, migrated in Script. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 05:30:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2589