added dweet and reboot
This commit is contained in:
@@ -16,8 +16,6 @@ class Server(object):
|
||||
result = requests.post(self.full_url('state/%s') % self.controller_id, local_state)
|
||||
return handle_response(result)
|
||||
|
||||
|
||||
|
||||
def full_url(self, action):
|
||||
if self.controller_id is None:
|
||||
raise ClassNotReadyException("Controller id not set!")
|
||||
|
||||
Reference in New Issue
Block a user