Fixing a bug in locks: latestValue should have similar value with currentValue.
[smartthings-infrastructure.git] / Methods / httpPostJson.groovy
1 /////////////////////////////////////////////////////////////////////
2 def httpPostJson(LinkedHashMap metaData, Closure inputData) {
3         inputData(metaData)
4 }