MCPcopy Create free account
hub / github.com/LabPy/lantz / temperature

Method temperature

lantz/drivers/kentech/hri.py:240–245  ·  view source on GitHub ↗

Temperature.

(self)

Source from the content-addressed store, hash-verified

238
239 @Feat()
240 def temperature(self):
241 """Temperature.
242 """
243 if self.revision == 2.0:
244 return self.query("@TEMP .")
245 return 0
246
247 @Feat(None, values={True, False})
248 def enabled(self, value):

Callers

nothing calls this directly

Calls 1

queryMethod · 0.95

Tested by

no test coverage detected