Fixing bug in Mobile Presence class
[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 }