From 553fc8563ccd20e5a4eb020e9b2bc55190c0b371 Mon Sep 17 00:00:00 2001 From: koningcool Date: Sun, 5 Feb 2023 17:00:12 +0100 Subject: [PATCH] build v1.1.2 --- colorSettings.html | 2 +- index.html | 2 +- main.js | 2 +- package.json | 2 +- settings.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/colorSettings.html b/colorSettings.html index 6491a74..af67bb9 100644 --- a/colorSettings.html +++ b/colorSettings.html @@ -35,7 +35,7 @@ -
  • V1.1.1
  • +
  • V1.1.2
  • diff --git a/index.html b/index.html index 9edab9a..23704a4 100644 --- a/index.html +++ b/index.html @@ -35,7 +35,7 @@ -
  • V1.1.1
  • +
  • V1.1.2
  • diff --git a/main.js b/main.js index c4e42ca..afe7bf8 100644 --- a/main.js +++ b/main.js @@ -1676,7 +1676,7 @@ async function openRGBControl(r, g, b, brightness, action){ } for (let i = 0; i < deviceCount; i++) { let device = await client.getControllerData(i) - await client.updateMode(i, 0) + //await client.updateMode(i, 0) if (debugPreference) { win.webContents.send('log', "Turning on OpenRGB device with name: " + device.name + " and values: " + r + ", " + g + ", " + b + ", " + brightness); diff --git a/package.json b/package.json index 7dcf2b7..a74cb96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "F1MV-Lights-Integration", - "version": "1.1.1", + "version": "1.1.2", "description": "The best way to connect your smart home lights to your F1MV.", "author": "JustJoostNL", "main": "main.js", diff --git a/settings.html b/settings.html index 54434a9..0170d18 100644 --- a/settings.html +++ b/settings.html @@ -28,7 +28,7 @@ -
  • V1.1.1
  • +
  • V1.1.2