X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartthings-infrastructure.git;a=blobdiff_plain;f=Runner.py;h=0c0492eeca8d105a1e2ccedc264be0e996396b9a;hp=087dd3e569432a92664675658aa9870886028c51;hb=ef89c03ba3f5c7b61f30c8948a9170c36c91647f;hpb=e560c2f1485f4e620e6d7085c82ce52c846bd727 diff --git a/Runner.py b/Runner.py index 087dd3e..0c0492e 100644 --- a/Runner.py +++ b/Runner.py @@ -129,6 +129,7 @@ for line in eventHandler: Out.write(line) Out.write("\n") Out.write("//GlobalVariables for both Apps\n") +Out.write("@Field def init = Verify.getBoolean()\n\n") for line in GlobalVariablesBothApps: Out.write(line) Out.write("\n")