BrewPi / firmware

Brewing temperature control firmware for the BrewPi Spark (Particle Photon inside)
http://www.brewpi.com
GNU Affero General Public License v3.0
98 stars 55 forks source link

Return object ID in create object response #82

Closed elcojacobs closed 6 years ago

elcojacobs commented 6 years ago

When creating an object we will allow not defining an ID in advance but letting the controller assign one. The controller has to return the resulting ID as part of the response so we can reference the object afterwards.