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

Issue1351 #2040

Merged
merged 2 commits into from
Jan 25, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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