Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2040 from OLibutzki/Issue1351
Browse files Browse the repository at this point in the history
Fix for Issue #1351 - URTSI binding makes it impossible to use other serial ports in other bindings
  • Loading branch information
teichsta committed Jan 25, 2015
2 parents f77a2d9 + 1001d3a commit f79319b
Show file tree
Hide file tree
Showing 4 changed files with 482 additions and 463 deletions.
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
/**
* Copyright (c) 2010-2015, openHAB.org and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org.openhab.binding.urtsi;

import org.openhab.binding.urtsi.internal.UrtsiDevice;
import org.openhab.core.autoupdate.AutoUpdateBindingProvider;

/**
* @author Oliver Libutzki
* @since 1.3.0
*
*/
public interface UrtsiBindingProvider extends AutoUpdateBindingProvider {

String getDeviceId(String itemName);

int getChannel (String itemName);
int getAddress (String itemName);
}
/**
* Copyright (c) 2010-2015, openHAB.org and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org.openhab.binding.urtsi;

import org.openhab.core.autoupdate.AutoUpdateBindingProvider;

/**
* @author Oliver Libutzki
* @since 1.3.0
*
*/
public interface UrtsiBindingProvider extends AutoUpdateBindingProvider {

String getDeviceId(String itemName);

int getChannel (String itemName);
int getAddress (String itemName);
}
Loading

0 comments on commit f79319b

Please sign in to comment.