Public Member Functions | |
| def | __init__ |
| def | __str__ |
| def | __getKelvin__ |
| def | __getCelsius__ |
| def | __getFahrenheit__ |
Public Member Functions inherited from webiopi.devices.onewire.OneWire | |
| def | __init__ |
| def | __str__ |
| def | deviceList |
| def | read |
Public Member Functions inherited from webiopi.devices.bus.Bus | |
| def | __init__ |
| def | open |
| def | close |
| def | read |
| def | readBytes |
| def | readByte |
| def | write |
| def | writeBytes |
| def | writeByte |
Public Member Functions inherited from webiopi.devices.sensor.Temperature | |
| def | __family__ |
| def | __getKelvin__ |
| def | __getCelsius__ |
| def | __getFahrenheit__ |
| def | Kelvin2Celsius |
| def | Kelvin2Fahrenheit |
| def | Celsius2Kelvin |
| def | Celsius2Fahrenheit |
| def | Fahrenheit2Kelvin |
| def | Fahrenheit2Celsius |
| def | getKelvin |
| def | getCelsius |
| def | getFahrenheit |
Public Attributes | |
| name | |
Public Attributes inherited from webiopi.devices.onewire.OneWire | |
| fd | |
| family | |
| slave | |
Public Attributes inherited from webiopi.devices.bus.Bus | |
| busName | |
| device | |
| flag | |
| fd | |
Definition at line 19 of file onewiretemp.py.
| def webiopi.devices.sensor.onewiretemp.OneWireTemp.__init__ | ( | self, | |
slave = None, |
|||
family = 0, |
|||
name = "1-Wire" |
|||
| ) |
Definition at line 20 of file onewiretemp.py.
| def webiopi.devices.sensor.onewiretemp.OneWireTemp.__getCelsius__ | ( | self | ) |
Definition at line 30 of file onewiretemp.py.
References webiopi.devices.bus.Bus.read(), and webiopi.clients.ADC.read().
| def webiopi.devices.sensor.onewiretemp.OneWireTemp.__getFahrenheit__ | ( | self | ) |
Definition at line 39 of file onewiretemp.py.
References webiopi.devices.sensor.Temperature.Celsius2Fahrenheit().
| def webiopi.devices.sensor.onewiretemp.OneWireTemp.__getKelvin__ | ( | self | ) |
Definition at line 27 of file onewiretemp.py.
References webiopi.devices.sensor.Temperature.Celsius2Kelvin().
| def webiopi.devices.sensor.onewiretemp.OneWireTemp.__str__ | ( | self | ) |
Definition at line 24 of file onewiretemp.py.
References webiopi.devices.sensor.onewiretemp.OneWireTemp.name, webiopi.devices.analog.mcp3x0x.MCP3X0X.name, webiopi.devices.analog.mcp48XX.MCP48XX.name, webiopi.devices.digital.pcf8574.PCF8574.name, webiopi.devices.analog.ads1x1x.ADS1X1X.name, webiopi.devices.digital.mcp23XXX.MCP230XX.name, webiopi.devices.analog.mcp3424.MCP3424.name, webiopi.devices.digital.mcp23XXX.MCP23SXX.name, webiopi.devices.onewire.OneWire.slave, webiopi.devices.i2c.I2C.slave, and webiopi.devices.digital.mcp23XXX.MCP23SXX.slave.
| webiopi.devices.sensor.onewiretemp.OneWireTemp.name |
Definition at line 22 of file onewiretemp.py.
Referenced by webiopi.devices.sensor.onewiretemp.OneWireTemp.__str__(), and webiopi.devices.sensor.tslXXXX.TSL_LIGHT_X.__str__().
1.8.8