Public Member Functions | |
def | __init__ |
def | sendRequest |
Public Attributes | |
client | |
path | |
Definition at line 91 of file __init__.py.
def webiopi.clients.RESTAPI.__init__ | ( | self, | |
client, | |||
path | |||
) |
Definition at line 92 of file __init__.py.
def webiopi.clients.RESTAPI.sendRequest | ( | self, | |
method, | |||
path | |||
) |
Definition at line 96 of file __init__.py.
References com.trouch.webiopi.client.devices.Device.path, and webiopi.clients.RESTAPI.path.
Referenced by webiopi.clients.Macro.call(), webiopi.clients.GPIO.digitalRead(), webiopi.clients.GPIO.digitalWrite(), webiopi.clients.Temperature.getCelsius(), webiopi.clients.Distance.getCentimeter(), webiopi.clients.Temperature.getFahrenheit(), webiopi.clients.GPIO.getFunction(), webiopi.clients.Pressure.getHectoPascal(), webiopi.clients.Distance.getInch(), webiopi.clients.Temperature.getKelvin(), webiopi.clients.Luminosity.getLux(), webiopi.clients.Distance.getMillimeter(), webiopi.clients.Pressure.getPascal(), webiopi.clients.GPIO.portRead(), webiopi.clients.GPIO.portWrite(), webiopi.clients.ADC.read(), webiopi.clients.PWM.readAngle(), webiopi.clients.ADC.readFloat(), webiopi.clients.ADC.readVolt(), webiopi.clients.GPIO.setFunction(), webiopi.clients.DAC.write(), webiopi.clients.PWM.writeAngle(), webiopi.clients.DAC.writeFloat(), and webiopi.clients.DAC.writeVolt().
webiopi.clients.RESTAPI.client |
Definition at line 93 of file __init__.py.
webiopi.clients.RESTAPI.path |
Definition at line 94 of file __init__.py.
Referenced by webiopi.protocols.http.HTTPHandler.logRequest(), and webiopi.clients.RESTAPI.sendRequest().