Commenting out the Verify API calls in the object instantiation to avoid state explos...
[smartthings-infrastructure.git] / Methods / setLocationMode.groovy
1 /////////////////////////////////////////////////////////////////////
2 def setLocationMode(String mode) {
3         location.mode = mode
4 }
5