Minor Changes

This commit is contained in:
omenem 2020-04-13 15:10:05 +02:00
parent b3b7afea2a
commit 8d0ec2ea63

View file

@ -19,8 +19,6 @@ public class SecurityCameraSaveRequest {
/** The name of the device as assigned by the user (e.g. 'Master bedroom light') */
@NotNull private String name;
private String path;
public void setRoomId(Long roomId) {
this.roomId = roomId;
}