MCPcopy Create free account
hub / github.com/AstroPrint/AstroBox / hasWifi

Method hasWifi

src/astroprint/network/mac_dev.py:79–80  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

77 return n['id']
78
79 def hasWifi(self):
80 return True
81
82 def getWifiNetworks(self):
83 return [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected