mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-20 00:46:02 +00:00
First cut at HAL itegration
This commit is contained in:
14
src/main/java/com/bwssystems/hal/DeviceName.java
Normal file
14
src/main/java/com/bwssystems/hal/DeviceName.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package com.bwssystems.hal;
|
||||
|
||||
public class DeviceName {
|
||||
private String DeviceName;
|
||||
|
||||
public String getDeviceName() {
|
||||
return DeviceName;
|
||||
}
|
||||
|
||||
public void setDeviceName(String deviceName) {
|
||||
DeviceName = deviceName;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user