Skip to content

Commit

Permalink
v4.3.2.1 - Update NsPanelTs.ts
Browse files Browse the repository at this point in the history
Add Release Nuber
  • Loading branch information
Armilar authored Oct 30, 2023
1 parent 1bc042d commit 33c6ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ioBroker/NsPanelTs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ CheckMQTTPorts();

async function Init_Release() {
const FWVersion = [41,42,43,44,45,46,47,48,49,50,51,52,53,54,55];
const FWRelease = ['3.3.1','3.4.0','3.5.0','3.5.X','3.6.0','3.7.3','3.8.0','3.8.3','3.9.4','4.0.5','4.1.4','4.2.1','4.3.1','4.4.0','4.5.0'];
const FWRelease = ['3.3.1','3.4.0','3.5.0','3.5.X','3.6.0','3.7.3','3.8.0','3.8.3','3.9.4','4.0.5','4.1.4','4.2.1','4.3.2','4.4.0','4.5.0'];
try {
if (existsObject(NSPanel_Path + 'Display_Firmware.desiredVersion') == false) {
await createStateAsync(NSPanel_Path + 'Display_Firmware.desiredVersion', desired_display_firmware_version, { type: 'number' });
Expand Down

0 comments on commit 33c6ddd

Please sign in to comment.