mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-19 08:28:46 +00:00
Updated REAMDE to new constructs. Added Time repalcement Added ability
inactivate a device.
This commit is contained in:
@@ -56,6 +56,9 @@ public class DeviceDescriptor{
|
||||
@SerializedName("contentBodyDim")
|
||||
@Expose
|
||||
private String contentBodyDim;
|
||||
@SerializedName("inactive")
|
||||
@Expose
|
||||
private Boolean inactive;
|
||||
|
||||
private DeviceState deviceState;
|
||||
|
||||
@@ -197,4 +200,12 @@ public class DeviceDescriptor{
|
||||
this.deviceState = deviceState;
|
||||
}
|
||||
|
||||
public Boolean getInactive() {
|
||||
return inactive;
|
||||
}
|
||||
|
||||
public void setInactive(Boolean inactive) {
|
||||
this.inactive = inactive;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user