Пример #1
0
 def allowed_types(self):
     types = ['application_identify', 'switch_context', 'event',
              'became_active']
     return SocketThread.allowed_types(self) + types
Пример #2
0
 def allowed_types(self):
     types = ["device_identify", "state", "event", "pair_response"]
     return SocketThread.allowed_types(self) + types