apple tv standby - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: apple tv standby (/showthread.php?tid=4409) |
apple tv standby - gjniewenhuijse - 29.11.2022 Is there a way to standby an Apple tv from a LM script? RE: apple tv standby - admin - 29.11.2022 There are some solutions in Python and NodeJS but that's not something that can be run on LM as is. RE: apple tv standby - gjniewenhuijse - 04.12.2022 Home Assistant support Apple TV standby, so i used that product also. So make a script in Home Assistant and run that script with the LM Code: https = require('ssl.https') |