TheThingSystem / steward

The Thing System is a set of software components and network protocols that aims to fix the Internet of Things. Our steward software is written in node.js making it both portable and easily extensible. It can run on your laptop, or fit onto a small single board computer like the Raspberry Pi.
http://thethingsystem.com
Other
346 stars 81 forks source link

General-purpose pseudo actor #277

Closed dsalychev closed 9 years ago

dsalychev commented 9 years ago

I know about only one default "place/1" pseudo-actor. It relates to Steward instance itself, I suppose. But I'd like to create some general-purpose pseudo-actor to react to, say, ".condition" event. The reaction may consist REST API call to remote service.

Is there a way to do that? If there is no way, please, point me where to start implementing it.

dsalychev commented 9 years ago

Thanks! I've founded my answer here https://github.com/TheThingSystem/steward/wiki/Devices#creatable-actors.