Page 1 of 1

Applescript to Python for IRED

PostPosted: Thu Dec 12, 2019 6:03 pm
by lrego
Fellows, used the applescript below to send IR command thru IRED from ALEXA virtual device, as Applescript is not supported anymore in 7.4, is it possible to convert easily to Python?
Thank you in advance
Luis

# The original AppleScript was:
#
# log "Turn on Living TV"
# tell application "iRed2"
# perform uuid "45D04E80-B0CA-44B5-BE2A-54832BEFDEB4"
# end tell
#

Re: Applescript to Python for IRED

PostPosted: Thu Dec 12, 2019 6:23 pm
by jay (support)
The easiest solution is to remove the log line then just move the rest of the script into an external script since it doesn't target Indigo.