Jump to content

Sending variable to external program


wswartz

Recommended Posts

How do we go about putting in requests for variables we would like to see?

 

I've been hacking on my own little notification app for Android (both because I am cheap, and because I have some ideas I want to implement that don't exist in the current options), and adding certain values would make adding notifications easier.

 

As an example, I want to know when any window in my basement is opened or closed. As long as I am fine with a generic message saying "A window is open" or "A window is closed", I can do it with two network resources. However, what I would really like is the ability to set the message to indicate which device triggered the network resource, and what state it is in. Then, I could have a single message along the lines of "Windows $triggering_device is $state." and use that for all of the different notifications I need.

 

Is something like that in the plans?

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...