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

Method conectionStatus

src/astroprint/network/__init__.py:52–53  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50 return None
51
52 def conectionStatus(self):
53 return 'connected'
54
55 def getWifiNetworks(self):
56 return None

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected