Ejemplo n.º 1
0
  /** {@inheritDoc} */
  @Override
  protected void internalReceiveUpdate(String itemName, State newState) {
    logger.trace(
        "internalReceiveUpdate: itemName '{}', newState '{}', class '{}'",
        new Object[] {itemName, newState, newState.getClass()});

    // No need to implement this for MiOS Bridge Binding since anything
    // that needs to be sent back to the MiOS System will be done via a
    // Command.
    //
    // We leave this here to aid debugging. We get more
    // information out of the above logger call than we get from openHAB.
  }