Persoenliche Mediazentrale
undisclosed
2023-01-29 7f44143e08ee4ed5d9c89efe5e0592d2c5b39dd8
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];