Persoenliche Mediazentrale
ulrich
2021-05-06 f70acbb491c6421623cca57292a75f1820efad4d
src/de/uhilger/tango/api/GeraetSteuerung.java
@@ -48,12 +48,18 @@
  public static final String KMD_AUS = "aus";
  public static final String KMD_STATUS = "status";
  
  private String conf;
  public GeraetSteuerung(String conf) {
    this.conf = conf;
  }
  @Override
  protected String get(HttpExchange e) {
    String response;
    String path = e.getRequestURI().toString();
    String[] elems = path.split(Server.SLASH);
    FileStorage fs = new FileStorage(App.getInitParameter(App.getRs(App.RB_AP_CONF)));
    FileStorage fs = new FileStorage(conf);
    logger.fine(path);
    
    String geraetName = elems[5];