-
- All Superinterfaces:
Config<CONFIG_TYPE>
- All Known Subinterfaces:
SerialConfig
public interface DeviceConfig<CONFIG_TYPE extends Config> extends Config<CONFIG_TYPE>
DeviceConfig interface.
- Version:
- $Id: $Id
- Author:
- Robert Savage (http://www.savagehomeautomation.com)
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEVICE_KEYConstantDEVICE_KEY="device"-
Fields inherited from interface com.pi4j.config.Config
DESCRIPTION_KEY, ID_KEY, NAME_KEY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Stringdevice()device.default StringgetDevice()getDevice.-
Methods inherited from interface com.pi4j.config.Config
description, getDescription, getId, getName, id, name, properties, validate
-
-