Skip to content

Instantly share code, notes, and snippets.

View Habbie's full-sized avatar

Peter van Dijk Habbie

View GitHub Profile
diff --git a/src/HAEntity.cpp b/src/HAEntity.cpp
index 8656cc5..e4ebb5e 100644
--- a/src/HAEntity.cpp
+++ b/src/HAEntity.cpp
@@ -82,8 +82,11 @@ void HAEntity::detach(IObserver* observer)
observers.erase(observer);
}
+extern std::mutex LVlock;
+
diff --git a/src/HAEntity.cpp b/src/HAEntity.cpp
index 8656cc5..e4ebb5e 100644
--- a/src/HAEntity.cpp
+++ b/src/HAEntity.cpp
@@ -82,8 +82,11 @@ void HAEntity::detach(IObserver* observer)
observers.erase(observer);
}
+extern std::mutex LVlock;
+
{
"toggle": {
"description": "Toggles one or more lights, from on to off, or, off to on, based on their current state.",
"fields": {
"brightness": {
"advanced": true,
"description": "Number indicating brightness, where 0 turns the light off, 1 is the minimum brightness, and 255 is the maximum brightness.",
"filter": {
"attribute": {
"supported_color_modes": [
/usr/bin/ffmpeg (interpreter => /lib64/ld-linux-x86-64.so.2)
libavdevice.so.59 => /lib/x86_64-linux-gnu/libavdevice.so.59
libraw1394.so.11 => /lib/x86_64-linux-gnu/libraw1394.so.11
libavc1394.so.0 => /lib/x86_64-linux-gnu/libavc1394.so.0
librom1394.so.0 => /lib/x86_64-linux-gnu/librom1394.so.0
libiec61883.so.0 => /lib/x86_64-linux-gnu/libiec61883.so.0
libjack.so.0 => /lib/x86_64-linux-gnu/libjack.so.0
libdb-5.3.so => /lib/x86_64-linux-gnu/libdb-5.3.so
libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1
diff --git a/airrohr-firmware/platformio.ini b/airrohr-firmware/platformio.ini
index 9f7dc70..25bac8d 100644
--- a/airrohr-firmware/platformio.ini
+++ b/airrohr-firmware/platformio.ini
@@ -80,12 +80,12 @@ platform_version_esp32 = [email protected]
lang = DE
platform = ${common.platform_version_esp32}
framework = arduino
-board = esp32dev
+board = wemos_d1_mini32
diff --git a/community/dnsdist/APKBUILD b/community/dnsdist/APKBUILD
index 1a1f7b8f568..a9e244e361d 100644
--- a/community/dnsdist/APKBUILD
+++ b/community/dnsdist/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter van Dijk <[email protected]>
pkgname=dnsdist
pkgver=1.8.1
-pkgrel=0
+pkgrel=1
diff --git a/community/dnsdist/APKBUILD b/community/dnsdist/APKBUILD
index 1a1f7b8f568..a9e244e361d 100644
--- a/community/dnsdist/APKBUILD
+++ b/community/dnsdist/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter van Dijk <[email protected]>
pkgname=dnsdist
pkgver=1.8.1
-pkgrel=0
+pkgrel=1
This file has been truncated, but you can view the full file.
#1 [internal] load .dockerignore
#1 transferring context: 140B done
#1 DONE 0.0s
#2 [internal] load build definition from Dockerfile_el-8.tmp
#2 transferring dockerfile: 6.12kB done
#2 DONE 0.0s
#3 [internal] load metadata for docker.io/library/alpine:3.18
#3 ...
This file has been truncated, but you can view the full file.
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for pdns 4.8.0-beta1.196.sdistalpine318.g621fe9ca2.dirty.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
# Inc.
#
#
# This configure script is free software; the Free Software Foundation
.PHONY: all build build-nocache
VERSION=experimental
REVISION=1
all: build extract
build:
docker build --build-arg VERSION=$(VERSION) -t toon-gui-builder:$(VERSION)-$(REVISION) --rm --progress=plain -f Dockerfile .