Have your device behave like a grandfather clock - Qtr Chime 1 Trigger 2.0

Abalsam

Active member
I saw the uploaded macro Chime at 15 http://www.macrodroid.com/macrostore?id=11680 and saw it relied on 3 triggers and multiple if statements. Then I saw his companion hourly chime http://www.macrodroid.com/macrostore?id=11679. This is my attempt to combine them and do something similar using a single trigger and a loop that plays 1 chime at 15, 2 at 30, 3 at 45 and on the hour does one of the following:

Play 4 chimes - (HrChimeSpecial=False)
Play single hr chime - (HrChimeSpecial=True and NumHrsChime=False)
Play 1 hr chime/hr of day - 1pm would ring 13 times (HrChimeSpecial=True, NumHrsChime=True and RecPm=False)
Play 1 hr chime/hr on clock face - 1pm would ring 1 time (HrChimeSpecial=True, NumHrsChime=True and RecPm=True)

I hope you find it useful.

 
Top