From 721eef2806379e5a5b7eddea0ac4dff3b80209c7 Mon Sep 17 00:00:00 2001
From: LordGrey <48840279+Lord-Grey@users.noreply.github.com>
Date: Sat, 18 Nov 2023 20:48:02 +0100
Subject: [PATCH] Fix typos
---
assets/webconfig/content/update.html | 118 +++++++++---------
bin/scripts/docker-compile.sh | 4 +-
libsrc/leddevice/LedDevice.cpp | 2 +-
.../leddevice/dev_net/LedDevicePhilipsHue.cpp | 2 +-
4 files changed, 64 insertions(+), 62 deletions(-)
diff --git a/assets/webconfig/content/update.html b/assets/webconfig/content/update.html
index f4e8aa28..3a638bd7 100644
--- a/assets/webconfig/content/update.html
+++ b/assets/webconfig/content/update.html
@@ -1,68 +1,70 @@
-
-
-
-
-
Overview about all available Hyperion versions. On top you could update or downgrade your version of Hyperion whenever you want. Sorted from newest to oldest
- At the moment the respective install button is disabled. Development is still ongoing here.
-
-
-
-
-
-
-
-
+
+
+
+
+
Overview about all available Hyperion versions. On top you could update or downgrade your version of Hyperion whenever you want. Sorted from newest to oldest
+ At the moment the respective install button is disabled. Development is still ongoing here.
+
+
+
+
+
+
+
+
diff --git a/bin/scripts/docker-compile.sh b/bin/scripts/docker-compile.sh
index bafde87f..82a098b7 100755
--- a/bin/scripts/docker-compile.sh
+++ b/bin/scripts/docker-compile.sh
@@ -126,7 +126,7 @@ do
shift
BUILD_PLATFORM=$1
;;
- --qt5)
+ --qt5)
BUILD_WITH_QT5=true
;;
-l|--local)
@@ -214,7 +214,7 @@ if [ $ARCHITECTURE != $CURRENT_ARCHITECTURE ]; then
ENTRYPOINT_OPTION=
if [ $CURRENT_ARCHITECTURE != "amd64" ]; then
- echo "---> Emulation builds can only be executed on linux/amd64, linux/x86_64 platforms, current architecture is ${CURRENT_ARCHITECTURE}"
+ echo "---> Emulation builds can only be executed on linux/amd64, linux/x86_64 platforms, current architecture is ${CURRENT_ARCHITECTURE}"
exit 1
fi
else
diff --git a/libsrc/leddevice/LedDevice.cpp b/libsrc/leddevice/LedDevice.cpp
index f49878c4..92ceb1e6 100644
--- a/libsrc/leddevice/LedDevice.cpp
+++ b/libsrc/leddevice/LedDevice.cpp
@@ -360,7 +360,7 @@ int LedDevice::rewriteLEDs()
int LedDevice::writeBlack(int numberOfWrites)
{
- Debug(_log, "Set LED strip to black to switch of LEDs");
+ Debug(_log, "Set LED strip to black to switch LEDs off");
return writeColor(ColorRgb::BLACK, numberOfWrites);
}
diff --git a/libsrc/leddevice/dev_net/LedDevicePhilipsHue.cpp b/libsrc/leddevice/dev_net/LedDevicePhilipsHue.cpp
index 77712594..ab6d0a17 100644
--- a/libsrc/leddevice/dev_net/LedDevicePhilipsHue.cpp
+++ b/libsrc/leddevice/dev_net/LedDevicePhilipsHue.cpp
@@ -1301,7 +1301,7 @@ QJsonObject LedDevicePhilipsHueBridge::discover(const QJsonObject& /*params*/)
);
#else
QString discoveryMethod("ssdp");
- deviceList = discover();
+ deviceList = discoverSsdp();
#endif
devicesDiscovered.insert("discoveryMethod", discoveryMethod);