public bool UpdateDeviceRoomId(int deviceId, int roomId) { return(deviceDao.UpdateRoomId(deviceId, roomId)); }