creating eventsSince for ContactSensor and AeonKeyFobs + commenting runAfter method...
[smartthings-infrastructure.git] / Methods / httpPostJson.groovy
1 /////////////////////////////////////////////////////////////////////
2 def httpPostJson(LinkedHashMap metaData, Closure inputData) {
3         inputData(metaData)
4 }