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