All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ogema.driver.zwavehl.ZWaveHlConfig Maven / Gradle / Ivy

The newest version!
/**
 * Copyright 2011-2019 Fraunhofer-Gesellschaft zur Förderung der angewandten Wissenschaften e.V.
 *
 * This file is part of OGEMA.
 *
 *  OGEMA is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU Lesser General Public License version 3
 *  as published by the Free Software Foundation.
 *
 *  OGEMA is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU Lesser General Public License
 *  along with OGEMA. If not, see .
 */
package org.ogema.driver.zwavehl;

import org.ogema.core.channelmanager.ChannelConfiguration;

/**
 * 
 * @author baerthbn
 *
 */
public class ZWaveHlConfig {
	public String interfaceId;
	public String driverId = "zwave-driver";
	public String deviceAddress;
	public String deviceParameters;
	public String channelAddress;
	public String resourceName;
	public ChannelConfiguration chConfiguration;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy