-
- 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 String
DEVICE_KEY
ConstantDEVICE_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 String
device()
device.default String
getDevice()
getDevice.-
Methods inherited from interface com.pi4j.config.Config
description, getDescription, getId, getName, id, name, properties, validate
-
-