1

Let me start off by saying this is for a local web site and a local Android tablet running Tasker Apps and custom Android Apps created with Flash CS6. Not for general users.

I am using Tasker and a Motion Detection App that will wake my tablet if someone walks by. I have code in my HTML 5 web site that tests for user interaction and if there is no interaction it will reset the web site to the first page after X amount of time.

What I want it to do is also let Tasker know the user interaction information too so it can reactivate the motion detector and dim the screen if there is no user interaction. I have looked and I cant seem to find a Tasker profile or Tasks that will monitor if the system is idle.

I have seen some web pages showing that a Web page can send an Intent message to open an App but what I want is to just send Tasker a simple message either 0 or 1.

I am using an HTML5 Kiosk browser compatible with chrome but not the Chrome Browser.

My question: 1. Is there any way to send an HTML5 Intent message to Tasker? 2. Or is there a better way to do this from within Tasker? 3. Or is there an app that monitors user interaction and will send an intent message that Tasker can read? 4. Or is there a way for Flash CS6 (Android app) to send an Intent for Tasker?

I am not looking for Android code because I don't program in that language.

Thank you for the help.

4

1 回答 1

0

尝试使用 Tasker 网络事件服务器。当用户单击浏览器内屏幕上的链接或其他任何位置时,您可以使用 javascript 通过 http 向 Tasker 插件发送“仍然存在”消息。如果几分钟内没有点击,Tasker 可能会使显示屏变暗...(https://play.google.com/store/apps/details?id=bidoismorgan.httpevent&hl=de

于 2017-04-25T14:09:39.657 回答