Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 679 Bytes

protocol-examples-creatething.md

File metadata and controls

18 lines (14 loc) · 679 Bytes
title keywords search permalink
Create a Thing
examples, create thing
exclude
protocol-examples-creatething.html

{% capture command %}{% include_relative protocol/things/commands/modify/creatething.md %}{% endcapture %} {{ command | markdownify }}

{% capture response %}{% include_relative protocol/things/commands/modify/createthingresponse.md %}{% endcapture %} {{ response | markdownify }}

{% capture event %}{% include_relative protocol/things/events/thingcreated.md %}{% endcapture %} {{ event | markdownify }}

{% capture command %}{% include_relative protocol/things/commands/modify/createthingalternatives.md %}{% endcapture %} {{ command | markdownify }}