15 package com.trouch.webiopi.client.devices;
27 this.path =
"/devices/" + deviceName +
"/" + type;
30 this.path =
"/devices/" + deviceName;
36 return this.client.
sendRequest(method, this.path + subPath);
37 }
catch (Exception e) {
abstract String sendRequest(String method, String path)
String sendRequest(String method, String subPath)
Device(PiClient client, String deviceName, String type)