コード例 #1
0
ファイル: models.py プロジェクト: jejuboy/hats-monitor
 def version(self):
     return halib.getAccessInterface().getVersion()
コード例 #2
0
ファイル: models.py プロジェクト: jejuboy/hats-monitor
 def lonlat(self):
     return halib.getAccessInterface().getMachineLocationGeo()
コード例 #3
0
ファイル: models.py プロジェクト: jejuboy/hats-monitor
 def location(self):
     return halib.getAccessInterface().getMachineLocation()
コード例 #4
0
ファイル: models.py プロジェクト: jejuboy/hats-monitor
 def public_ip(self):
     return halib.getAccessInterface().getPublicIPAddr()
コード例 #5
0
ファイル: models.py プロジェクト: jejuboy/hats-monitor
 def local_ip(self):
     return halib.getAccessInterface().getLocalIPAddr()
コード例 #6
0
ファイル: models.py プロジェクト: jejuboy/hats-monitor
 def mac_address(self):
     return halib.getAccessInterface().getMACAddr()