Infrastructure compatible with 2 types of switches.(Normal switches and otherVsGeneri...
[smartthings-infrastructure.git] / Methods / httpPostJson.groovy
1 /////////////////////////////////////////////////////////////////////
2 def httpPostJson(LinkedHashMap metaData, Closure inputData) {
3         inputData(metaData)
4 }
5
6 def httpPostJson(LinkedHashMap metaData) {
7
8 }