コード例 #1
0
ファイル: has.py プロジェクト: mscaceres/self-home
 def get_sensor(self, id):
     s_id = ids.get_id(id)
     return self.sensors[s_id]
コード例 #2
0
ファイル: has.py プロジェクト: mscaceres/self-home
 def get_sensor(self, id):
     s_id = ids.get_id(id)
     return self.sensors[s_id]
コード例 #3
0
ファイル: has.py プロジェクト: mscaceres/self-home
 def get_actuator(self, id):
     a_id = ids.get_id(id)
     return self.actuators[a_id]
コード例 #4
0
ファイル: has.py プロジェクト: mscaceres/self-home
 def get_actuator(self, id):
     a_id = ids.get_id(id)
     return self.actuators[a_id]