Changing the initial value of illuminance sensor to something around zero+something...
[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 }