Merge branch 'master' of ssh://plrg.eecs.uci.edu/home/git/smartthings-infrastructure
[smartthings-infrastructure.git] / Methods / httpPostJson.groovy
index e53be7216953075b3cd61f1c119eb03c3a1feaad..d856bed7c24c5c6ccb928d73ac55281d6699150a 100644 (file)
@@ -2,3 +2,7 @@
 def httpPostJson(LinkedHashMap metaData, Closure inputData) {
        inputData(metaData)
 }
+
+def httpPostJson(LinkedHashMap metaData) {
+
+}