dvdsk / HomeAutomation

System to automate lighting and audio interacting through a web interface and telegram bot
3 stars 1 forks source link

[feature] implement a shared resource for dumping states #10

Closed dvdsk closed 7 years ago

dvdsk commented 8 years ago

things like 'sleeping', 'present', 'alone'

(here present is done with movement sensors and blue-tooth, alone maybe with number of connected wireless signals?)

dvdsk commented 7 years ago

Implemented via shared memory, can be expanded with fetching functions if need be. Mutex's still needed