X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=GlobalVariables%2FGlobalVariablesEachApp.groovy;fp=GlobalVariables%2FGlobalVariablesEachApp.groovy;h=8ae34ad07c32e71b31d3b40804f1769ad0b2d582;hb=d3802bd96ca8963ae52b9740443f9be6896f0e18;hp=0e1de0bfbcb7cb00e98a1b18c854a1822bad5d57;hpb=fea13f011a64a64558ad697eee68e3927395cccd;p=smartthings-infrastructure.git diff --git a/GlobalVariables/GlobalVariablesEachApp.groovy b/GlobalVariables/GlobalVariablesEachApp.groovy index 0e1de0b..8ae34ad 100644 --- a/GlobalVariables/GlobalVariablesEachApp.groovy +++ b/GlobalVariables/GlobalVariablesEachApp.groovy @@ -16,3 +16,5 @@ def timersList = [] def settings //Zip code def zipCode = 92617 +//atomicState variable +def atomicState = [version: "1.01"]