Skip to content

Instantly share code, notes, and snippets.

@otakup0pe
Created August 14, 2017 23:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save otakup0pe/2a9a320553f0af66e2e0687d1f5a4d48 to your computer and use it in GitHub Desktop.
Save otakup0pe/2a9a320553f0af66e2e0687d1f5a4d48 to your computer and use it in GitHub Desktop.
Not An Alarm
local ichos = require("ichos")
local const = require("ichos_constants")
for i=0, 12, 1 do
luup.call_action(const.SID_SONOS, "PlayURI",
{URIToPlay="x-file-cifs://nas/tunez/effects/Wilhelm-Scream.mp3", Volume=25},
ichos_util.sonos_id(const.ZONES[math.random(4)]['Name']))
luup.sleep(250)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment