Skip to content

Instantly share code, notes, and snippets.

View mark-veenstra's full-sized avatar

Mark Veenstra mark-veenstra

View GitHub Profile
@mark-veenstra
mark-veenstra / pause_sonos_based_on_teams_activity.json
Created March 17, 2021 10:00
Pause/Resume Sonos player based on Teams Activity
[
{
"id": "ebd5249f.25e888",
"type": "server-state-changed",
"z": "ab79f90a.53a598",
"name": "Teams Activity",
"server": "c81f47a6.9b2ef8",
"version": 1,
"exposeToHomeAssistant": false,
"haConfig": [
@mark-veenstra
mark-veenstra / install_mule.sh
Last active November 2, 2020 08:32
Installing Mule 4 EE on Raspberry Pi
#!/bin/bash
# See also: https://github.com/rajprins/mule-rpi/blob/master/install-mule4EE.sh
function bold {
tput bold
echo $1
tput rmso
}