forked from jens/Automation
Translations and integrated BT tethering
This commit is contained in:
parent
cd6ed7543c
commit
15637e914d
@ -18,8 +18,19 @@ import java.util.Date;
|
|||||||
public class Trigger
|
public class Trigger
|
||||||
{
|
{
|
||||||
Rule parentRule = null;
|
Rule parentRule = null;
|
||||||
|
boolean hasFlipped = false;
|
||||||
|
|
||||||
public boolean applies(Object triggeringObject)
|
public boolean getHasFlipped()
|
||||||
|
{
|
||||||
|
return hasFlipped;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setHasFlipped(boolean hasFlipped)
|
||||||
|
{
|
||||||
|
this.hasFlipped = hasFlipped;
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean applies(Object triggeringObject)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user