added dweet and reboot

This commit is contained in:
Senad Uka
2016-06-08 09:16:44 +02:00
parent f9defb8e2a
commit f8a8284944
4 changed files with 41 additions and 2 deletions

5
controller/dweet.py Normal file
View File

@@ -0,0 +1,5 @@
from state.dweet_server import DweetServer
import config
server = DweetServer(config.CONTROLLER_ID)
server.send_message("I am aliveeee (again)!");