Public Member Functions | |
| def | __family__ |
| def | __getMillimeter__ |
| def | getMillimeter |
| def | getCentimeter |
| def | getMeter |
| def | getInch |
| def | getFoot |
| def | getYard |
Definition at line 135 of file __init__.py.
| def webiopi.devices.sensor.Distance.__family__ | ( | self | ) |
Definition at line 136 of file __init__.py.
| def webiopi.devices.sensor.Distance.__getMillimeter__ | ( | self | ) |
Definition at line 139 of file __init__.py.
References webiopi.decorators.rest.request(), and coap-client.response.
Referenced by webiopi.devices.sensor.Distance.getMillimeter().
| def webiopi.devices.sensor.Distance.getCentimeter | ( | self | ) |
| def webiopi.devices.sensor.Distance.getFoot | ( | self | ) |
Definition at line 164 of file __init__.py.
References webiopi.devices.sensor.Distance.getInch(), webiopi.clients.Distance.getInch(), webiopi.decorators.rest.request(), and coap-client.response.
| def webiopi.devices.sensor.Distance.getInch | ( | self | ) |
Definition at line 159 of file __init__.py.
References com.trouch.webiopi.client.devices.sensor.Distance.getMillimeter(), webiopi.devices.sensor.Distance.getMillimeter(), webiopi.clients.Distance.getMillimeter(), webiopi.decorators.rest.request(), and coap-client.response.
Referenced by webiopi.devices.sensor.Distance.getFoot(), and webiopi.devices.sensor.Distance.getYard().
| def webiopi.devices.sensor.Distance.getMeter | ( | self | ) |
| def webiopi.devices.sensor.Distance.getMillimeter | ( | self | ) |
Definition at line 144 of file __init__.py.
References webiopi.devices.sensor.Distance.__getMillimeter__(), webiopi.decorators.rest.request(), and coap-client.response.
Referenced by webiopi.devices.sensor.Distance.getCentimeter(), webiopi.devices.sensor.Distance.getInch(), and webiopi.devices.sensor.Distance.getMeter().
| def webiopi.devices.sensor.Distance.getYard | ( | self | ) |
Definition at line 169 of file __init__.py.
References webiopi.devices.sensor.Distance.getInch(), and webiopi.clients.Distance.getInch().
1.8.8