t2trg / t2trg-rest-iot

RESTful Design for Internet of Things Systems
3 stars 4 forks source link

Major: Explain the role of Actions in IoT (opposed to central state transfer pattern) #62

Open mkovatsc opened 2 years ago

mkovatsc commented 2 years ago

From 3.2. System Design

This is usually done by retrieving the current state, modifying the state on the client side, and transferring the new state to the server in the form of new representations -- rather than calling a service and modifying the state on the server side.

Carsten's comment: "This plays down actions a lot"

Might be best suited for the "Calling a procedure" section.