From 699e1b5c4e9ba9ba0f9d53c360a14297c7a8da08 Mon Sep 17 00:00:00 2001 From: luka6000 Date: Sat, 4 Apr 2026 16:14:55 +0200 Subject: [PATCH] buzzer note duration 16 inline with 2026.3.2 --- tagtuner-for-tagreader.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tagtuner-for-tagreader.yaml b/tagtuner-for-tagreader.yaml index ee87c95..777ca69 100644 --- a/tagtuner-for-tagreader.yaml +++ b/tagtuner-for-tagreader.yaml @@ -87,7 +87,7 @@ script: condition: switch.is_on: buzzon then: - - rtttl.play: "write:d=24,o=5,b=100:g,b" + - rtttl.play: "write:d=16,o=5,b=100:g,b" # - if: # condition: # switch.is_on: ledon @@ -103,7 +103,7 @@ script: condition: switch.is_on: buzzon then: - - rtttl.play: "success:d=24,o=5,b=100:c,g,b" + - rtttl.play: "success:d=16,o=5,b=100:c,g,b" # - if: # condition: # switch.is_on: ledon @@ -119,7 +119,7 @@ script: condition: switch.is_on: buzzon then: - - rtttl.play: "write:d=24,o=5,b=100:b,b" + - rtttl.play: "write:d=16,o=5,b=100:b,b" # - if: # condition: # switch.is_on: ledon @@ -135,7 +135,7 @@ script: condition: switch.is_on: buzzon then: - - rtttl.play: "write:d=24,o=5,b=100:b" + - rtttl.play: "write:d=16,o=5,b=100:b" # - if: # condition: # switch.is_on: ledon