From e62248632eb087813bd7b190f175a06ee12f3387 Mon Sep 17 00:00:00 2001 From: Alexander Reinert Date: Wed, 14 Aug 2024 06:48:13 +0200 Subject: [PATCH] Updated to CCU3 firmware 3.77.7 --- create_pivccu3.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create_pivccu3.sh b/create_pivccu3.sh index 65b96ee..77aedd1 100755 --- a/create_pivccu3.sh +++ b/create_pivccu3.sh @@ -1,11 +1,11 @@ #!/bin/bash -CCU_VERSION=3.77.6 +CCU_VERSION=3.77.7 CCU_DOWNLOAD_SPLASH_URL="https://www.eq-3.de/service/downloads.html" CCU_DOWNLOAD_URL="https://www.eq-3.de/downloads/software/firmware/ccu3-firmware/ccu3-$CCU_VERSION.tgz" CCU_DOWNLOAD_URL="https://homematic-ip.com/sites/default/files/downloads/ccu3-$CCU_VERSION.tgz" -PKG_BUILD=90 +PKG_BUILD=91 function throw { echo $1