mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-19 08:28:46 +00:00
Continue Domoitcz impl
This commit is contained in:
@@ -82,6 +82,12 @@ public class DeviceResult {
|
||||
@SerializedName("Notifications")
|
||||
@Expose
|
||||
private String notifications;
|
||||
@SerializedName("OffAction")
|
||||
@Expose
|
||||
private String offAction;
|
||||
@SerializedName("OnAction")
|
||||
@Expose
|
||||
private String onAction;
|
||||
@SerializedName("PlanID")
|
||||
@Expose
|
||||
private String planID;
|
||||
@@ -343,6 +349,23 @@ public class DeviceResult {
|
||||
this.notifications = notifications;
|
||||
}
|
||||
|
||||
|
||||
public String getOffAction() {
|
||||
return offAction;
|
||||
}
|
||||
|
||||
public void setOffAction(String offAction) {
|
||||
this.offAction = offAction;
|
||||
}
|
||||
|
||||
public String getOnAction() {
|
||||
return onAction;
|
||||
}
|
||||
|
||||
public void setOnAction(String onAction) {
|
||||
this.onAction = onAction;
|
||||
}
|
||||
|
||||
public String getPlanID() {
|
||||
return planID;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user