Exemplo n.º 1
0
 def allowed_types(self):
     types = ['application_identify', 'switch_context', 'event',
              'became_active']
     return SocketThread.allowed_types(self) + types
Exemplo n.º 2
0
 def allowed_types(self):
     types = ["device_identify", "state", "event", "pair_response"]
     return SocketThread.allowed_types(self) + types