CoAp Commands Available:
/addNums/:num1/:num2 (GET) => Add two numbers and return the result
/setTemp/:idDevice/:Temperature (POST) => Stores the value of temperature for a certain device
/setTempJSON (POST) => Stores the value of temperature for a certain device, but this time the parameters are passed in a JSON in the payload {"id":XXX, "temp":YYY}
REST Commands Available:
/logs/:idDevice => Lists the last 15 set temperature messages received.