- From: David Janes <davidjanes@davidjanes.com>
- Date: Wed, 3 Jun 2015 11:48:29 -0400
- To: "public-web-of-." <public-web-of-things@w3.org>
Received on Wednesday, 3 June 2015 15:49:16 UTC
This video actually the istate and ostate as things change. Note again the lack of concept of "actions" - everything I need to know can be learned by observing dictionaries evolve. https://www.youtube.com/watch?v=Bl0zI2vh5l8 The actual transitions are: - initially, istate={ on: false }, ostate={} - I press the button on the screen: istate={ on: false }, ostate={ on: true } - The thing actually turns on: istate={ on: true }, ostate={ on: true } - When all pending actions are complete, ostate is reset: istate={ on: true }, ostate={} Ignore the @timestamp stuff for now - this is used to coordinate multiple systems together. D.
Received on Wednesday, 3 June 2015 15:49:16 UTC